Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants