blob: 74f3e06a9250290f517b228a3e1d4e345dd0b2c5 [file] [log] [blame]
{
"vertices": [
{
"label": "person",
"input": {
"type": "${source_type}",
"path": "${store_path}/vertex_dir",
"format": "CSV",
"header": ["name", "age", "city"],
"charset": "UTF-8"
},
"field_mapping": {
"name": "name",
"age": "age",
"city": "city"
}
}
]
}