Skip to content
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

[question] Process complex data such as a product import #256

Open
yellow1912 opened this issue Aug 21, 2015 · 0 comments
Open

[question] Process complex data such as a product import #256

yellow1912 opened this issue Aug 21, 2015 · 0 comments

Comments

@yellow1912
Copy link

For a product import, each product can have multiple variants, each variant contains its own sets of fields. I wonder how to best work around this issue without using multiple files (products.csv and variants.csv) as it will be quite difficult for end users to understand and manage.

One possible solution comes to mind is to use multiple rows, for example the first row will be used for product, then the following rows will be used for variants until we hits the next product (perhaps detected by the present of a different id value in the id column).

Is there anyway we can do something like that? Perhaps by writing custom Writer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant