I am taking my data and writing a pipe delimited file --- for mysql import / sql import
What do I use to enclose my fields? Terminated should be: | --- am asking this as I look at my mysql paenl in phpmyadmin --- the reason I'm not just adding into mysql, but it will be moved eventually to sql and I want to have a pipe delimited file to handle the import --- although, I guess I could insert the records directly to mysql and export it later...
Fields terminated by
Fields enclosed by