joostvangils / BPMN_RPA

Robotic Process Automation in Windows and Linux by using Diagrams.net BPMN diagrams.
GNU General Public License v3.0
40 stars 8 forks source link

draw.io Shapes.xml give error when upload it #9

Closed magedelmalah closed 10 months ago

magedelmalah commented 1 year ago

I cannot open Shapes.xml file for draw.io, when I open library from draw.io application I got the below error

"Bad control character in string literal in JSON at position 532

I tried the old file in the previous branch and it is working fine

image

ToJIka4 commented 12 months ago

Quick fix. Open XML file, replace all new line character in JSON with \n, save and import.

joostvangils commented 10 months ago

Closed.