Export and migrate AIA file

Hello, is it possible that someone could create a script to import AIA files to other platforms, perhaps in Python or something.
I mean rewriting the files

Manually edit some SCM files by renaming components such as:

  • SpaceView = Spacer
  • MakeroidCardView = NiotronCardView (and some of its properties)
  • project.properties

In small projects I had no problems, but the idea is to be able to do everything automatically, identify incompatible components, etc.

I have to update some big projects and I no longer want to waste time, trust in kodular is over and redoing a project would take months

1 Like

I think it is possible but it is also hard task because when we edit scm file it becomes incompatible most of times but you can try if project is long
But the better option is to design your app again in your preferred platform

From what I have seen and done, SCMs are nothing more than JSON format files and BKYs are XML.
I also think it is possible to automate the process.

First try a simple project for two or three components then go for big project

As i mentioned before, I was able to edit manually and import the aia without major problems

then you should do this and if project is moore big then you can make an automation script to change it fast

Nice idea we can do using python

2 Likes