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

fix_format #658

Merged
merged 1 commit into from
Jun 29, 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
10 changes: 5 additions & 5 deletions docs-2.0/nebula-importer/config-without-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ files:

!!! Note

- CSV文件中列的序号从0开始,即第一列的序号为0,第二列的序号为1。
- CSV文件中列的序号从0开始,即第一列的序号为0,第二列的序号为1。

- 点ID的数据类型需要和`clientSettings.postStart.commands`中的创建图空间语句的数据类型一致。
- 点ID的数据类型需要和`clientSettings.postStart.commands`中的创建图空间语句的数据类型一致。

- 如果没有设置index字段指定列的序号,CSV文件必须遵守如下规则:
- 如果没有设置index字段指定列的序号,CSV文件必须遵守如下规则:

+ 在点数据文件中,第一列必须为点ID,后面的列为属性,且需要和配置文件内的顺序一一对应。
+ 在点数据文件中,第一列必须为点ID,后面的列为属性,且需要和配置文件内的顺序一一对应。

+ 在边数据文件中,第一列必须为起始点ID,第二列必须为目的点ID,如果`withRanking`为`true`,第三列必须为rank值,后面的列为属性,且需要和配置文件内的顺序一一对应。
+ 在边数据文件中,第一列必须为起始点ID,第二列必须为目的点ID,如果`withRanking`为`true`,第三列必须为rank值,后面的列为属性,且需要和配置文件内的顺序一一对应。