-
Notifications
You must be signed in to change notification settings - Fork 517
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
How to create Families using csv import #1218
Comments
Hi mannydoaba, The installer fixtures allows to import these data (format yml) when you setup a PIM project, here an example of data https://github.com/akeneo/pim-community-dev/tree/1.1/src/Pim/Bundle/InstallerBundle/Resources/fixtures/demo_dev This data set is defined in app/config/parameters.yml and is installed with the pim:install command, you can define your own set. We don't have this native csv import job for now and don't have plan to implement it in a near future. I can give you some hints to implement it, if you would contribute it, we would be glad to help, review and merge your pull request. A good start point about connector part http://docs.akeneo.com/1.1/index.html The expected csv format could be the following,
en_US and fr_FR are locales, ecommerce and mobile are the channels. You can define a new csv_family_import job by taking inspiration from existing one https://github.com/akeneo/pim-community-dev/blob/1.1/src/Pim/Bundle/BaseConnectorBundle/Resources/config/batch_jobs.yml#L91 I think you can use the processor Let me know if you begin to implement it and if encounter any issue. Thank you, |
I implemented family import like I said above, but I got this error:
Akeneo PIM v1.3.1 |
Im stuck there too. |
I was able to create Categories, Attributes and Attributes Options using CSV Import. but I don't see a way to import families
The text was updated successfully, but these errors were encountered: