I have script which reads data from a csv file whose delimiter is ,(comma)
The read process is successful using
_FileReadToArray(fileName, arrayName, ",")
But while writing back using _FileWriteToArray(fileName, arrayName, ",") the delimiter is changed to |(or symbol) but I need ,(comma) as the delimiter.
Kindly help me
Thank you