blob: 860a446de09d264ca85ffd9776da6210e188e6ed [file] [log] [blame]
{
"vertices": [
{
"label": "person",
"input": {
"type": "${source_type}",
"path": "${store_path}/vertex_person.csv",
"core_site_path": "src/test/resources/hdfs_with_core_site_path/core-site.xml",
"format": "CSV",
"charset": "UTF-8",
"skipped_line": {
"regex": "(^#|^//).*"
}
},
"field_mapping": {
"name": "name",
"age": "age",
"city": "city"
}
}
]
}