Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to move an existing db to a GoDaddy server. B/c of their security I must upload the tables as delimited files. Using commas works great, except some of the tables have commas in them. I've tried tabs and | - which works unless the table has a datetime field. Has anyone else had this problem?
Posted

1 solution

GoDaddy blows. Get out while you can.

The way to do it is to put your fields in quotes.

"val1", "val2,2", "val3"

etc
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900