Express insert array
Permalink
Hi there,
I'm currently developing a tool to import a large amount of records into Express, however I cant find anywhere a way of importing an array instead of going one by one and saving new records
IE: CSV has 300 lines, each line 1 entry, and I have to add those 300 lines which are currently flooding the server with queries, since I'm using the BuildEntry for each
can someone help? kinda urgent
I'm currently developing a tool to import a large amount of records into Express, however I cant find anywhere a way of importing an array instead of going one by one and saving new records
IE: CSV has 300 lines, each line 1 entry, and I have to add those 300 lines which are currently flooding the server with queries, since I'm using the BuildEntry for each
can someone help? kinda urgent
For such big amounts of data you would usually write a command line tool. I think Concrete5 has command line support these days using Symfony but it would still require you to write some code. It does sound like an interesting concept for an addon for the Marketplace. I might look in to that. What kind of data are you trying to import?