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

dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 28d139ab Added line breaks for better readability on agload.md (#178)
28d139ab is described below

commit 28d139ab12efc49d4f9ad239ae89956de41b8479
Author: Marco Aurélio Silva de Souza Júnior 
<[email protected]>
AuthorDate: Mon Sep 25 21:21:41 2023 -0300

    Added line breaks for better readability on agload.md (#178)
---
 docs/intro/agload.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/intro/agload.md b/docs/intro/agload.md
index 38b39f36..0d47d7a1 100644
--- a/docs/intro/agload.md
+++ b/docs/intro/agload.md
@@ -49,14 +49,14 @@ Following is the explanation about the structure for CSV 
files for vertices and
 
 | field name | Field description                                            |
 | ---------- | ------------------------------------------------------------ |
-| id         | it shall be the first column of the file and all values shall 
be a positive integer. This is an optional field when `id_field_exists` is 
***false***. However, it should be present when `id_field_exists` is ***not*** 
set to false.  |
-| Properties | all other columns contains the properties for the nodes. Header 
row shall contain the name of property |
+| id         | it shall be the first column of the file and all values shall 
be a positive integer. <br>This is an optional field when `id_field_exists` is 
***false***. <br>However, it should be present when `id_field_exists` is 
***not*** set to false.  |
+| Properties | all other columns contains the properties for the nodes. 
<br>Header row shall contain the name of property |
 
 - Similarly, a CSV file for edges shall be formatted as follows 
 
 | field name        | Field description                                        
    |
 | ----------------- | 
------------------------------------------------------------ |
-| start_id          | node id of the node from where the edge is stated. This 
id shall be present in nodes.csv file. |
+| start_id          | node id of the node from where the edge is stated. 
<br>This id shall be present in nodes.csv file. |
 | start_vertex_type | class of the node                                        
    |
 | end_id            | end id of the node at which the edge shall be terminated 
   |
 | end_vertex_type   | Class of the node                                        
    |

Reply via email to