You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently try to use the CSV Import (diagrams 19.0.2) to import data properties for preexisting shapes in a document.
So the document has an shape with id sOAczlRz4RXwP7QDtuKN-1 and defined data properties "ipprefix" and "name".
My understanding/interpretation of the documentation would be that if i run the CSV Import with the text below it should update the "ipprefix" and "name" values without changing the style - however the data is represented correctly but the style gets changed to "whiteSpace=wrap;html=1;" (basically a white rectangle).
I tried various variations on this however my understanding of the "style" property would be that per default the style is not getting overwritten but this seems not the case. Tried also to specify and empty "style" attribute in the import config (e.g. # style: or # style: -) however without success.
Searched the other discussions and other places but didnt find anything on this neither an explicit example nor someone else with this problem. Maybe Im doing something simple wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I currently try to use the CSV Import (diagrams 19.0.2) to import data properties for preexisting shapes in a document.
So the document has an shape with id sOAczlRz4RXwP7QDtuKN-1 and defined data properties "ipprefix" and "name".
My understanding/interpretation of the documentation would be that if i run the CSV Import with the text below it should update the "ipprefix" and "name" values without changing the style - however the data is represented correctly but the style gets changed to "whiteSpace=wrap;html=1;" (basically a white rectangle).
`
ignore: to_be_updated_id
identity: to_be_updated_id
to_be_updated_id,name,ipprefix
sOAczlRz4RXwP7QDtuKN-1,vnet-123xyz,11.11.10.10/24
`
I tried various variations on this however my understanding of the "style" property would be that per default the style is not getting overwritten but this seems not the case. Tried also to specify and empty "style" attribute in the import config (e.g. # style: or # style: -) however without success.
Searched the other discussions and other places but didnt find anything on this neither an explicit example nor someone else with this problem. Maybe Im doing something simple wrong?
Beta Was this translation helpful? Give feedback.
All reactions