php-csv
php-csv copied to clipboard
Issue while parsing csv File
Hi, I have used this library but getting issue when In my csv File contains pattern like 'XYP ABC','Sample' It splits XYP and ABC separately but in real its one and the same thing,,
Hi,
the library do not deal with single quote in CSV. You must use double quote.