I’m having an issue with this as well. I’m trying to figure out how to store a blank line into the csv file. I just want store blank lines to have space in the csv document. It seems it puts quotes around the \n character. Is there a way to put a blank line? A textSave command would be great for writing text files by the way. Thanks!
Hi, just to clarify: You actually do not want or need a CSV file, but use the csvSave command just as workaround to store data in a normal text file. Is that correct?
If so: Are you on Windows, Mac or Linux? (The workaround depends on it)
I’m on Mac right now. Yes, I was wondering if some combination of using !csvLine or csvSave would could produce a blank line in the csv file. As for the meaning @newuserkantu, it helps when looking at data in excel to have separation between certain sections of the data. @admin, I am using a csv file, looking at it in Excel.
thanks @newuserkantu. I seemed to have figured it out. If I have 3 columns and I do: (store with Target is blank)
store | | !csvLine
store | | !csvLine
store | | !csvLine
csvSave | file.csv