You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/05/17 15:12:42 UTC

[incubator-hugegraph-doc] branch master updated: docs: sync loader example (#232)

This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new cd230755 docs: sync loader example (#232)
cd230755 is described below

commit cd230755ff49819ab22dfbb7089ce8947977d359
Author: Liu Xiao <42...@users.noreply.github.com>
AuthorDate: Wed May 17 23:12:35 2023 +0800

    docs: sync loader example (#232)
---
 content/cn/docs/quickstart/hugegraph-loader.md | 7 ++++---
 content/en/docs/quickstart/hugegraph-loader.md | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/content/cn/docs/quickstart/hugegraph-loader.md b/content/cn/docs/quickstart/hugegraph-loader.md
index 52d6f018..8e8347ce 100644
--- a/content/cn/docs/quickstart/hugegraph-loader.md
+++ b/content/cn/docs/quickstart/hugegraph-loader.md
@@ -807,14 +807,15 @@ vadas,27,Hongkong
 josh,32,Beijing
 peter,35,Shanghai
 "li,nary",26,"Wu,han"
+tom,null,NULL
 ```
 
 顶点文件:`example/file/vertex_software.txt`
 
 ```text
-name|lang|price
-lop|java|328
-ripple|java|199
+id|name|lang|price|ISBN
+1|lop|java|328|ISBN978-7-107-18618-5
+2|ripple|java|199|ISBN978-7-100-13678-5
 ```
 
 边文件:`example/file/edge_knows.json`
diff --git a/content/en/docs/quickstart/hugegraph-loader.md b/content/en/docs/quickstart/hugegraph-loader.md
index 2455e727..7ba2fa43 100644
--- a/content/en/docs/quickstart/hugegraph-loader.md
+++ b/content/en/docs/quickstart/hugegraph-loader.md
@@ -803,14 +803,15 @@ vadas,27,Hongkong
 josh,32,Beijing
 peter,35,Shanghai
 "li,nary",26,"Wu,han"
+tom,null,NULL
 ```
 
 Vertex file: `example/file/vertex_software.txt`
 
 ```text
-name|lang|price
-lop|java|328
-ripple|java|199
+id|name|lang|price|ISBN
+1|lop|java|328|ISBN978-7-107-18618-5
+2|ripple|java|199|ISBN978-7-100-13678-5
 ```
 
 Edge file: `example/file/edge_knows.json`