In import csv I have used $ in Seperator it is possible to use ,#$, in Seperator
0
In import csv I have used '$' in Seperator it is possible to use ',#$,' like this format in Seperator and how can i implement it, can you suggest anything related to that.
asked
sai lakshmi Amruthavalli sunkara
1 answers
1
Hi Sai,
There are no restrictions on what characters you can use in a CSV file. The limitation is the way the file is encoded. please refer the below blog.