...
When we export this tree, we will get the CSV file with the following content –
...
Let us examine the correspondence between the tree and the exported file –
Each item in the tree has a row for itself.
Each row has an indent value, that corresponds to its depth in the tree.
For example,
Username and Password based login
, has an indent level1
.The next level item nodes have an indent level of
2
. Similarly, their child item nodes would have an indent level of3
and so on.
In the Tree View, consider the item nodes
Username and Password based login
andValidate Username and password based login scenario
Observe that
Username and Password based login
is connected toValidate Username and password based login scenario
by theValidated By
board connection.Now, observe the CSV file. Here, we see that the row corresponding to
Validate Username and password based login scenario
has the indent value2
, meaning that it is one level deeper thanUsername and Password based login
(having level1
).But how do we know what the relation between both of these items is? This information lies in the Link column of the
Validate Username and password based login scenario
row. The value of link column here isValidated By
, which corresponds to the connecting link node in the tree.
Alongside the
Indent
,Item Name
andLink columns
, you will find data columns of the item card spread out as columns. Looking at the first row, we can see its information fields:Board name
,Person
andStatus
.