How do I import CSV files using zend framework? Should I use zend_file_transfer or is there any special class that I have to look into? Also if I use zend_file_transfer is there any special validator for CSV?
How do I import CSV files using zend framework? Should I use zend_file_transfer or
Share
you don’t have to use any zend libraries to import csv files, you can just use native php functions, take a look at fgetcsv