Updated Bulk Export/Import module
59 posts
• Page 3 of 3 • 1, 2, 3
Re: Updated Bulk Export/Import module
Hello
Just wondering, is there an "append" version of this module?
Cuz - I'm adding fields and it looks like everytime I import, it cleans out the database and re-inserts the whole spreadsheet
But I don't know how to mod this module to include my new fields so I'm losing my tailor-made data fields
I'm probably asking for too much again
Just wondering, is there an "append" version of this module?
Cuz - I'm adding fields and it looks like everytime I import, it cleans out the database and re-inserts the whole spreadsheet
But I don't know how to mod this module to include my new fields so I'm losing my tailor-made data fields
I'm probably asking for too much again

- jty
- Posts: 1163
- Joined: Sat Aug 30, 2008 12:19 am
Re: Updated Bulk Export/Import module
That is what it does. You must first do an export of the existing table, then append to that, and then import the whole thing back.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18212
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Updated Bulk Export/Import module
Where? I can't see it.
I added a short description field to the product_description table
I cannot use the Export/Import module for this short description field cos the export/import eats it up
Pre-specified fields are fine but if we add our own fields to the table, it eats it up
I added a short description field to the product_description table
I cannot use the Export/Import module for this short description field cos the export/import eats it up
Pre-specified fields are fine but if we add our own fields to the table, it eats it up
- jty
- Posts: 1163
- Joined: Sat Aug 30, 2008 12:19 am
Re: Updated Bulk Export/Import module
Oh I see what you are saying. You want it to only delete the fields that it touches. instead of deleting all fields..
Hmm....
I guess if all the deletes were removed, and all the inserts were replaced with
UPDATE SET
Hmm....
I guess if all the deletes were removed, and all the inserts were replaced with
UPDATE



) is that you cannot load the short description using import/export.












