Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update use-importer.md #978

Merged
merged 1 commit into from
Sep 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -251,7 +251,7 @@ schema:
|`files.schema.vertex.vid.index`|-|否|点ID对应CSV文件中列的序号。|
|`files.schema.vertex.tags.name`|-|是|Tag名称。|
|`files.schema.vertex.tags.props.name`|-|是|Tag属性名称,必须和Nebula Graph中的Tag属性一致。|
|`files.schema.vertex.tags.props.type`|-||属性数据类型,支持`bool`、`int`、`float`、`double`、`timestamp`和`string`。|
|`files.schema.vertex.tags.props.type`|-||属性数据类型,支持`bool`、`int`、`float`、`double`、`timestamp`和`string`。|
|`files.schema.vertex.tags.props.index`|-|否|属性对应CSV文件中列的序号。|

!!! note
Expand Down Expand Up @@ -291,7 +291,7 @@ schema:
|`files.schema.edge.dstVID.index`|-|否|边的目的点ID对应CSV文件中列的序号。|
|`files.schema.edge.rank.index`|-|否|边的rank值对应CSV文件中列的序号。|
|`files.schema.edge.props.name`|-|是|Edge type属性名称,必须和Nebula Graph中的Edge type属性一致。|
|`files.schema.edge.props.type`|-||属性类型,支持`bool`、`int`、`float`、`double`、`timestamp`和`string`。|
|`files.schema.edge.props.type`|-||属性类型,支持`bool`、`int`、`float`、`double`、`timestamp`和`string`。|
|`files.schema.edge.props.index`|-|否|属性对应CSV文件中列的序号。|

## 关于CSV文件表头(header)
Expand Down