![]() |
Extract data from CSV files - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Extract data from CSV files (/showthread.php?tid=76636) |
Extract data from CSV files - davebg268 - 06-04-2020 I am new to CI4 and I need help in Extracting data from CSV files and then storing in a database table. Is there a library or example I can use for CI4? RE: Extract data from CSV files - InsiteFX - 06-05-2020 This may help you get going. How to Import and Export CSV Files Using PHP and MySQL |