0

Can I suggest a more human-readable export file format? Even with added line breaks they re-import fine!

Agarthan Nephilim 6 years ago updated 6 years ago 2

{

  "db":{

    "dials":[

     {   dial details  } ,
     {   dial details  }

    ],

    "groups":[

      {"id":1,"name":"Default","position":1,"global_id":"default"},
      {"id":2,"name":"Shop & Travel","position":1,"global_id":"sponsoredst"}

    ],

    "deny":[]
  },

  "prefs":{
"surfcanyon.enabled":true,
"apps.opened":true,"quick-review.enabled":true,
"widgets.enabled":true,"widgets.locked":true,     etc

Makes it FAR easier to debug exports with errors (which won't re-import).

I should add: I started down this road because an FVD db text file I exported a year ago refused to later import. It turns out there were gaps in the 'groups' details FVD had exported; when I added a dummy entry for these missing Group numbers, viola! - successful import! (I'm not sure why FVD doesn't clean this up when Groups are removed within the program).