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

add-geo-data-type-importer #2196

Merged
merged 1 commit into from
Oct 12, 2022
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 @@ -266,7 +266,7 @@ schema:
|`files.schema.vertex.vid.index`|-|否|点 ID 对应 CSV 文件中列的序号。|
|`files.schema.vertex.tags.name`|-|是|Tag 名称。|
|`files.schema.vertex.tags.props.name`|-|是|Tag 属性名称,必须和 NebulaGraph 中的 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`和`geo`。|
|`files.schema.vertex.tags.props.index`|-|否|属性对应 CSV 文件中列的序号。|

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

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