archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
914 stars 267 forks source link

XML file is coded #1049

Closed aayaffe closed 2 weeks ago

aayaffe commented 2 weeks ago

After using archi for a while with the collaboration plugin the xml file was suddenly coded and is somehow not human readable. The oddest part is that archi can still load it. The problem is I have been using the xml file to run some BI analysis in power bi and now the file is not readable.

What could have cause issue?

Version of Archi

5.2

Archi Plug-ins

Coarchi

Operating System

Windows 10

Expected Behaviour

Archi XML files are human and machine readable

Actual Behaviour

Archi XML file is coded in some way

Steps to Reproduce the Behaviour

  1. Normal usage with archi and coarchi
Phillipus commented 2 weeks ago

Hi, what do you mean by "the file is coded"? Perhaps you mean that it is a binary file? If so, this happens if the model contains an image (.png, .jpg, etc) file. In that case the .archimate file is saved as an archive file (zip format) containing the XML file and the image file(s).

jbsarrodie commented 2 weeks ago

Hi. I guess you are not speaking about the small xml files (usually hundreds or thousands) but the tmp.archimate file you can find locally. This file is the native Archi format and is an xml file, but if you add some images in your model, it becomes a zip file containing both the images and the xml.

Le sam. 15 juin 2024, 13:38, aayaffe @.***> a écrit :

After using archi for a while with the collaboration plugin the xml file was suddenly coded and is somehow not human readable. The oddest part is that archi can still load it. The problem is I have been using the xml file to run some BI analysis in power bi and now the file is not readable.

What could have cause issue? Version of Archi

5.2 Archi Plug-ins

Coarchi Operating System

Windows 10 Expected Behaviour

Archi XML files are human and machine readable Actual Behaviour

Archi XML file is coded in some way Steps to Reproduce the Behaviour

  1. Normal usage with archi and coarchi

— Reply to this email directly, view it on GitHub https://github.com/archimatetool/archi/issues/1049, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABL5TVCNJDX4ROZR4MHXKQTZHQRRFAVCNFSM6AAAAABJLT5UQ6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2TINZXGUYTINQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Phillipus commented 2 weeks ago

I'll close this one.

aayaffe commented 2 weeks ago

That explains it. Thank you!