Export CSV data grouped in 1 column

I try to use export CSV action in my apps. however the data exported is grouped under 1 column.

CSV exported data

the original data

How can I use the csv download action that can arrange its column like the original data?

Solved Solved
0 2 260
1 ACCEPTED SOLUTION

Itโ€™s not โ€œgrouped under 1 columnโ€. Itโ€™s just not comma-delimited. It seems to be semi-colon-delimited, for whatever reason.

When you open the CSV file into Excel (or any other spreadsheet application), you can choose the delimiter to separate the data on.

Perhaps it is using semi-colons instead of commas due to the locale setting that you have on your Action. You can try changing that here:

View solution in original post

2 REPLIES 2

Itโ€™s not โ€œgrouped under 1 columnโ€. Itโ€™s just not comma-delimited. It seems to be semi-colon-delimited, for whatever reason.

When you open the CSV file into Excel (or any other spreadsheet application), you can choose the delimiter to separate the data on.

Perhaps it is using semi-colons instead of commas due to the locale setting that you have on your Action. You can try changing that here:

Thanks it works, really appreciate your help.

I thought CSV file locale need to be choose to my country.

Thank you.

Top Labels in this Space