Jump to content

Importing data from other software via CSV


Recommended Posts

Hello!

I have found some difficulties with syncronising data in PrestaShop and another warehouse/bookeeping software.

First is what I've found, that ID for group and product for new imported products is assigned automatically and it's type "number". So, I cannot find how to import groups and goods with ID from my software.

So, let's say, in my software I have Group ID "GR000138" and Product ID "MCAP400-3.3"- I can Export files - groups only and products only and will have 2 files:
groups.csv and products.scv with the following content:
groups.csv:
----------------------------------
Parent; GroupID; Description
1;GR000138;MCap 400V Capacitors
1;GR000139;MCap 250V Capacitors
----------------------------------
products.csv:
----------------------------------
Parent; ProductID; Description
GR000138;MCAP400-3.3;MCAP 3.3uF Capacitor 400VDC
GR000139;MCAP250-3.3;MCAP 3.3uF Capacitor 250VDC
----------------------------------

This structure I cannot import to prestashop:
It imports groups OK; but I get as groupID something automatically assigned like "2" instead of "GR000138"
If then I'll try to import products.csv - it creates new group with another ID and name "GR000138" and product goes there.

I have found the only possibility to import my structure is to rename all product and group IDs in my software and put them same numerical ID what it gets in prestashop.

Any Ideas how Prestashop can use as ProductID and group ID same names I already have in my software (like "G000138", "Mcap400-3.3", and similar)?

Thanks!

Link to comment
Share on other sites

  • 3 weeks later...
This is going to take a custom import process. We had to write one specifically for our site because of the vendor file.
I could probably do it for you for a nominal fee since I am a programmer.

I'm interested.

How it will be implemented? as special "import module"?

What it will cost?

Thanks!
Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...