Logic Machine Forum
LM Sync app - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: LM Sync app (/showthread.php?tid=2871)



LM Sync app - p_xatzi - 27.09.2020

Hi,

Can anyone give some help on LM Sync application? In latest FW, when taking backup and then try to restore I get the following error.



What does "enums" field stand for?

Are "custom values", "log" & "export" selection of objects exported with this app?

Is there any way to manually modify objects of the exported file and then import it again?

I believe that an option to export objects (and all of their properties) as an ".csv" file and then import them again would be great as when working with large projects where changes are made in ets file it is way too difficult to keep up in LM (especially when changes in visualization parameters and custom values are taking place...).

Thank you in advance!


RE: LM Sync app - buuuudzik - 27.09.2020

This alert means that your backup files hasn't tags section in json. This is latest app issue. It will be fixed in next week.

Enums means predefined names for specific object values which you have in "Custom values".

In my opinion JSON is much more convienient than csv because it supports much more complex data structures like objects and arrays and it is much more easier to manually edit.


RE: LM Sync app - p_xatzi - 27.09.2020

(27.09.2020, 16:19)buuuudzik Wrote: This alert means that your backup files hasn't tags section in json. This is latest app issue. It will be fixed in next week.

Enums means predefined names for specific object values which you have in "Custom values".

In my opinion JSON is much more convienient than csv because it supports much more complex data structures like objects and arrays and it is much more easier to manually edit.

You are right,

First, I tried to open file with plain editor (Notepad++) and didn' t understand anything... However, I made a simpler example and things are more clear now...

Do you know if there is a way to extract information in a readable manner. I was thinking about Power Query (Excel). Otherwise how it is easy to edit manually?

Also, do you know if there is any documentation for this app?

Thanks!


RE: LM Sync app - buuuudzik - 27.09.2020

For JSON e.g. use VS Code with formatter.