blob: 9d75b47cad8d784d5e200ca4752ab1b915e52414 [file] [log] [blame]
{
"vertices": [
{
"label": "person",
"input": {
"type": "${source_type}",
"path": "${store_path}/vertex_person_number_id.csv",
"format": "CSV",
"header": ["id", "name", "age", "city"],
"charset": "UTF-8"
},
"id": "id"
}
]
}