blob: 7bb682636c6d33d2194a9295dad5c5586e2b6e89 [file] [log] [blame]
{
"vertices": [
{
"label": "person",
"input": {
"type": "file",
"path": "src/test/resources/vertex_person.csv",
"format": "CSV",
"charset": "UTF-8"
},
"mapping": {
"name": "name",
"age": "age",
"city": "city"
}
}
]
}