drawio
drawio copied to clipboard
[Feature Request] CSV import: connection label reference to a field
So we have the ability to add any label we want to a particular shape by specifying the following in CSV import: # label: %name%
But seems like there is no way to specify a connection label like that: # connect: {"from":"refs", "to":"id", "label": %name%}
puts the string "%name%" as a label of all connections, instead I want it to refer the name
column of the given CSV