I am having a problem exporting in the manner I need.
Fields with a value are exported as:
"name","make","etc",
However where I have an empty text field it is seperated only by a comma:
"name", , ,"make",
I need to get the empty text field to read as follows
"name","","","make",
How can I get...