I am trying to create a import tool that would read the csv file and allow me to map it to a the table columns and import it. I am trying to do this using code igniter.
Has anyone does this and have a library or is there a tool available in php and/or codeigniter. I wanted to check before I try to reinvent the wheel.
I did something similar a long time ago, I’m feeling generous so here is a code snippet! 🙂
I have the user select the appropriate fields from a form on the front end, but you can always hard code this in if your CSV file never changes.
Obviously you will want to modify to your needs (delimiters, field names, etc…) but this should get you started in the right direction.