export csv file should not have quotes in each field value
when create an export csv file without having all the quotes on each value. Most of the time the file export is used for interface and all it needs is comma delimited. It should also provide an option to say include header or not.
Caspio currently create file this way
header row with - "Name","phone"
detail row with - "ABC","9201930000"
I suggest the header row should be an option, the detail row should not have the quotes e.g. ABC,9201930000
9
votes
I W
shared this idea
-
Jossue Barrial commented
Please.........