Skip to content

Commit

Permalink
add-geo-data-type-importer (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Oct 12, 2022
1 parent 5da83d3 commit 0cc30b7
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 @@ -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

0 comments on commit 0cc30b7

Please sign in to comment.