Question
Commas in List Data
I have a form that uploads a CSV file and puts it into a DB.
I am trying to make it as "idiot-proof" as I can with as little
responsibility on the enduser as possible to provide "proper
format" data. Is there a way to go about escaping certain commas in
the text (and distinguishng them from the true delimiter)? I
understand that putting the value in quotes works, but that again
relies on the enduser doing so. Is there a way to do this upon
upload or does the end user have no choice but to clean the file up
first.
TIA
TIA
