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

Add support to consume input schema having propertyKey's cardinality as LIST #65

Open
leichuan opened this issue Feb 18, 2018 · 4 comments

Comments

@leichuan
Copy link

According to users_guide.md, the cardinality of propertyKeys can be chosen from <SINGLE|LIST|SET>. However, the BatchImport can only support SINGLE, not LIST nor SET. For example, a user in the twitter example can have multiple addresses, phone numbers, etc.

@madhuvasu
Copy link

Hi, are there plans to support the above? Thanks.

@madhuvasu
Copy link

@yhwang Any plans on supporting this feature..? This would be quite useful. Thanks.

@tedhtchang
Copy link
Member

@madhuvasu This is a good feature and actually want to make our csv generator to support this feature as well. We need to study how csv file support list/set and check if our importer can support it. Have you done this before?

@yhwang
Copy link
Member

yhwang commented Apr 3, 2019

not sure if common-csv support format like this:

valueA, valueB, [ listvalue1, listvalue2 ], valueC, valueD

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

4 participants