Good Morning, I am using a task module to create a...
# suitescript
l
Good Morning, I am using a task module to create a csv/txt and generate csv data into it. This is to avoid the 10 MB limitation NS has at the moment. The requirement was to change the delimiter of the txt file from comma(,) to pipe (|). Is there an approach we can follow to update the delimiter. We have tried the replace all but that is actually changing the descriptions in the file which has the commas needed.
b
File.appendLine to build the csv line by line
l
Thanks @battk , are you able to use the delimiter change using "|" or other delimiters using this API?
b
your choice, you are generating the content of the file yourself