Forum Discussion
Paulagiron1
Jun 21, 2021Copper Contributor
Export CSV documents error
I am having issues to upload a file in CSV format, when I save it and another person/system opens the file they get a document fill of dots and commas and they can't change it.
<<Attachment re...
Paulagiron1
Jun 21, 2021Copper Contributor
Thank you, yes that's what we normally do but I have to upload it into a system that doesn't recognized the file and the system requires CSV file... don't know how to do it because it's only me getting this issue when saving it as CSV
SergeiBaklan
Jun 21, 2021Diamond Contributor
As variant you may add in front
perhaps your system will recognize it. In Excel if open initial file
if open the file with sep=;
Not all version of Excel and not all other systems support sep definition, even it is in CSV standard, but you may try.
- Paulagiron1Jun 21, 2021Copper Contributorthe sep=; should go on the name?
- SergeiBaklanJun 21, 2021Diamond Contributor
sep=;
shall the first line in the file. Most probably you need to add it manually in Notepad or so.
Please check in attached file.
<<Attachment removed due to privacy concerns>>