|
csv to php to db
I have a very large, about 65.000 entries, csv file and I want to parse that file and build a query to insert that data into database. the problem is that when I tried to do it myself I got an out of memory exception; so I thought I was doing something wrong so I checked online for a php script and then I still got the same error (that happened when building the query).
Does anyone know a good csv parser?
tia
|