| { | |
| "vertices": [ | |
| { | |
| "label": "person", | |
| "input": { | |
| "type": "${source_type}", | |
| "path": "${store_path}/vertex_person.csv", | |
| "format": "CSV", | |
| "charset": "UTF-8", | |
| "skipped_line": { | |
| "regex": "(^#|^//).*" | |
| } | |
| }, | |
| "field_mapping": { | |
| "name": "name", | |
| "age": "age", | |
| "city": "city" | |
| } | |
| } | |
| ] | |
| } |