Hello all.
I am fairly new to the world of CSV files when it comes to PHP.
I have looked around and have pretty much figured out how to read from CSV's and the likes.
But what I want to do is combine several CSV files into one.
I am looking to create a script that will read from a CSV files, look for a certain variable, and insert it into the DB.
But I dont want to have to read from 4 or 5 different files, as the system is setup.
I would like to take the files acquired and combine them into one large file, so I only have to scan once.
Anyone know how to do this?
Would I just append the next file to the previous one? Is there a way to combine them and reorder the file in a certain order after combined?
Thanks!