mysql - Changing .csv field separator using a PHP Script -


i'm working on script connect external ftp, download .csv file , import each record .csv table.

i've written script so, have 1 major issue. 1 of columns in .csv file description column which, guessed it, contains commas.

this description column wrapped in quotation marks (") i've read solution, column contains measurements, i'd have escape " well.

the easiest solution see change field separator uncommon, such | or ^. can tell me if can accomplished in php script? if has alternate suggestion, please let me know, direction here helpful!

thanks!


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -