I want to export table to .csv
I use ',' delimiter when exporting. But the weird thing is one of my column of my table has ',' in its content. So When I import csv to table it is confused. How can I solve this? How can I show true delimiter.
thanks in advance