-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
return insert ids of new resources #41
Comments
With such a complex multi level import you might be best off using a custom It would be possible to create some sort of report (sounds great for 2.0),
|
It's not actually that difficult to perform a multi-stage import - a custom script would take longer to make (and debug!). |
It probably would be qiite straightforward to dump the resource ids as it
|
I've been importing lists of sub-categories for products to live in (over 3000 products), and created all the sub-categories for each category in a single import, then adding the products for each sub-category in another import. This requires finding the subcategories and checking the new resource id's before the next batch.
It would be nice if I could get the ids of the newly created resources back as a 'report' of sorts when the import finishes so that I could tie them up easily with the next stage of importing.
Unless someone knows a better way to do this !?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: