remove quotes in generated file – Magento
I am using a script to convert a Magento exported CSV file into a tab delimited TXT file. For some reason however several columns are between quotes. Is there a way to fully remove quotes? My script: <?php $row =…