Write CSV
-
i get this error when i want to write a csv file
-
@joão-jesus try to write it to something that is not protected - like the desktop or temp folders.
eg: %USERPROFILE%\Desktop\invoice.csv or C:\temp\invoice.csv
-
@m365 is correct. Click the "..." button and select a folder you have write permissions too. This will automatically replace common folder names with the environment path name ( like %USERPROFILE% ) so the path works for any user
-
@m365 @Allan-Zimmermann thanks
-
This post is deleted! -
-
And what did you expect it to look like ?
-
@joão-jesus this is how it would look when you open a csv file in excel. if you open it in notepad it would look different.
-
-
he he, I'm glad you found a solution.