I’m encountering an issue with the Neptune loader and as far as I can see I’m following the documentation correctly but I can’t get the Neptune Loader to load vertex information from CSVs correctly.
Gremlin Neptune CSV Loader format
I’m using the latest version of Neptune and I’m setting the column data type and cardinality correctly but for some reason Neptune considers that all the properties on the loaded vertexes are SETs. Edge information is loaded correctly.
Please see below an example of how the headers/data look like. I’ve also tried quoting the headers and fields but to no avail. All the properties on the created vertexes are SETs.
As you can see below the loaded data does not have SINGLE cardinality.
Any ideas on how to convince Neptune to load data with the correct cardinality?

