Nimbus Notes’ export is a JSON file and a folder of attached pictures. JSON contains various data like folders, date of creation/update, tags, geotag, link, tasks etc. The notes themselves are in HTML.
Example:
{
"elem_type":"folder",
"folder_id":"o1470054488x0031",
"folder_name":"Music",
"type":"0",
"tags":[""],
"b_syncdirty":"0",
"b_removed":"0",
"flags":"0",
"subfolders":
[
{
"elem_type":"folder",
"folder_id":"o1470054462x0017",
"folder_name":"Things",
"type":"0",
"tags":[""],
"b_syncdirty":"0",
"b_removed":"0",
"flags":"0",
"subfolders":
[
],
"notes":
[
{
"note_id":"o1470054462x0018",
"date_create":"1377848280",
"date_update":"1377848280",
"note_title":"Building a six-channel floppy drive synth from start to finish",
"b_syncdirty":"0",
"b_removed":"0",
"b_shared":"0",
"sync_priority":"0",
"num_tasks":"0",
"editable":"1",
"preview_text":"Text We've seen scores of floppy drives play music, but never before have we seen a project as clean as [Rupert]'s Moppyduino. It's an Arduino-based board that controls the stepper motors in six separate floppy drives, coaxing them in to playing mus",
"content_data":"<div><div><center>\n <img src=\"http:\/\/hackadaycom.files.wordpress.com\/2013\/02\/floppy.jpg?w=580&h=242\" alt=\"Building a six-channel floppy drive synth from start to finish\">\n<\/center>\n <div>\n <span style=\"color: #aaa\">\n Text\n <\/span>\n <br>\n <span style=\"color: #000\">\n We've seen scores of floppy drives play music, but never before have we seen a project as clean as [Rupert]'s Moppyduino. It's an Arduino-based board that controls the stepper motors in six separate floppy drives, coaxing them in to playing music from a MIDI file.\n <\/span>\n <\/div><div> <\/div>\n <div>\n <span style=\"color: #aaa\">\n Videos\n <\/span>\n <br>\n <span style=\"color: #000\">\n <a href=\"https:\/\/www.youtube.com\/v\/IYQWLlBz8hE?version=3&f=videos&app=youtube_gdata\">https:\/\/www.youtube.com\/v\/IYQWLlBz8hE?version=3&f=videos&app=youtube_gdata<\/a>\n <\/span>\n <\/div><div> <\/div>\n <\/div><div> <\/div>\t\t<\/div>",
"owner":"",
"url":"http:\/\/hackaday.com\/2013\/02\/13\/building-a-six-channel-floppy-drive-synth-from-start-to-finish\/",
"geo_str1":"0.000000",
"geo_str2":"0.000000",
"page_color":"16777215",
"tags":["public"],
"tasks":[ ],
"attach_list":[
]
},
I have ~700 notes so it’s impossible to migrate by hand and without a proper tool.