Valter said: Hey guys, nice to see the new update! I love the import feature, it helps so much! On that topic, being the first version of said feature, I spotted 2 things that it may be having trouble with: Formatted text in GCA's Notes/Description text box messes up when imported. Could be the XML export, JSON conversion, I have no clue, i'm just letting you know; Second order Modifiers (a modifier that modifies another modifier) and above don't show after import. Again, no clue what point of the process could be making them disappear. The "User Notes" fields from GCA do seem to import correctly. Again, thanks for the great work! I wish you all a great 2021! Thank you Valter for testing the import feature. Formatted text in GCA's Notes/Description text box messes up when imported. Could be the XML export, JSON conversion, I have no clue, i'm just letting you know; I'm debating on what to do with the notes. GCA appears to use its own text formatting code, it's not something I recognize. Right now the option is to leave the marked up text as is and update it manually or don't import the notes. I'm open to any suggestions. Second order Modifiers (a modifier that modifies another modifier) and above don't show after import. Again, no clue what point of the process could be making them disappear. The "User Notes" fields from GCA do seem to import correctly. Can you provide an example? I might be able to figure out a solution. Currently, the exported data has two fields, base skill (level) and final skill (level). I calculate the modifier using (final skill - base skill) and place the modifier in the modifier text box. There's no description on the skill/attribute itself that explains where the modifier comes from. I do have some ideas to figure out where modifiers come from, including conditional modifiers, but it might require looping through the data again to search attributes that modify the skill. I'm hesitant on implementing that since it does require more processing that might bog down the browser. Thanks, Ken