Hi,
I have a table in excel with a hierachy. It's a energy meters infrastructure definition for a building.
It looks like this :
ID / parent ID / fluid / sub-building / commentary
1 / / water / kitchen / blablabla
2 / 1 / water / dishwasher / blablabla
3 / / gas / main / dsmlkfm
4 / 3 / gas / heat unit / dlkjfslkd
5 / 4 / gas / boiler / clkjklsdjklfj
6 / 4 / gas / domestic HW / lkjcldjsljkc
And so on. I have like 50-100 meters.
I would like to automate the creation of a tree diagramm following that parent/child structure. Is-it possible to do it in
draw.io ? Or do you have any idea ?
I can't do it manually with creating each form, that would kill me!
The tree diagramm should looks like :
1 3
| |
2 4
| |
5 6
With the numbers replaced with the attributes of each meter.
Thanks in advance !
Thibaut