Hi,
When I export data from ax to .csv file, the data comes with double quotes(e.g. "Test").
I don't want double quotes.
Can anyone help me in this.
Regards,
Prashant
That's how CSV is usually implemented. If you have to worry about it, it seems that what you use for import doesn't know how to handle CSV.
Maybe you should explain your problem in better detail.