Google drive upload .csv file

Hi,
I have this process that uploads a .csv file to a google drive folder (through gdrive integration, using the “upload file” activity), but on the google drive side the file is converted to a google spreadsheet which is basically a .xlsx. Is there any way to not convert the file format and keep it as a .csv?

1 Like

@Joao_Pereira , which package version are you using?
With Gsuite version 1.13.2, it works fine: uploaded file retains the same format as original file.

If same behavior reproduces for you even with Gsuite version 1.13.2, can you please confirm that the Path of the File to be uploaded is finishing with ‘.csv’ extension? For example: “…\filetoupload.csv”

Thank you.

Why would the Upload File activity convert a csv fle to a google spread sheet by default. There must be an option to convert or not. Can UiPath provide a way to make this optional?

@birinder , as of version 1.14.1-preview, conversion to Google Workspace format types is a user decision that can be done on the activity, at design time.

image