Skip to content

Commit

Permalink
Update use-importer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Sep 16, 2021
1 parent fbd80b4 commit cc2ec9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/nebula-importer/use-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ schema:
|`files.schema.vertex.vid.index`|-|No|The vertex ID corresponds to the column number in the CSV file.|
|`files.schema.vertex.tags.name`|-|Yes|Tag name.|
|`files.schema.vertex.tags.props.name`|-|Yes|Tag property name, which must match the Tag property in the Nebula Graph.|
|`files.schema.vertex.tags.props.type`|-|No|Property data type, supporting `bool`, `int`, `float`, `double`, `timestamp` and `string`.|
|`files.schema.vertex.tags.props.type`|-|Yes|Property data type, supporting `bool`, `int`, `float`, `double`, `timestamp` and `string`.|
|`files.schema.vertex.tags.props.index`|-|No|Property corresponds to the sequence number of the column in the CSV file.|

!!! note
Expand Down Expand Up @@ -289,7 +289,7 @@ schema:
|`files.schema.edge.dstVID.index`|-|No|The destination vertex ID of the edge corresponds to the column number in the CSV file.|
|`files.schema.edge.rank.index`|-|No|The rank value of the edge corresponds to the column number in the CSV file.|
|`files.schema.edge.props.name`|-|Yes|The Edge Type property name must match the Edge Type property in the Nebula Graph.|
|`files.schema.edge.props.type`|-|No|Property data type, supporting `bool`, `int`, `float`, `double`, `timestamp` and `string`.|
|`files.schema.edge.props.type`|-|Yes|Property data type, supporting `bool`, `int`, `float`, `double`, `timestamp` and `string`.|
|`files.schema.edge.props.index`|-|No|Property corresponds to the sequence number of the column in the CSV file.|

## About the CSV file header
Expand Down

0 comments on commit cc2ec9e

Please sign in to comment.