A quick view of this file indicates it does not appear to contain tiddlers within it but another json format. As a result I believe the import process does not know how to handle it.
I suggest create a tiddler and paste the content of the json file into it and set the tiddler type.
There are tools for querying json that you can try like treating it as a data tiddler and plugins available.
More information on its source and what you intend to do with it will inform us so we can help more.
Tony
Tried to import this into a fresh empty tiddler (most recent version), but nothing shows up after the import button is clicked. Is the file of the correct type?
[
{
"title": "TiddlerTitleGoesHere",
"text": "Tiddler content here",
"tags": "Tiddler tags here",
"foo": "This is a field named foo",
"bar": "This is a field named bar"
},
{
"title": "AnotherTitle",
"text": "Tiddler content here",
"tags": "Tiddler tags here",
"foo": "This is a field named foo",
"bar": "This is a field named bar"
}
]Do you wish to convert them to tiddlers?
Do you have alternative export options like csv or exel?
All of these have tools available for tiddlywiki.
Regards
Tony
All of these have tools available for tiddlywiki.
You need to provide more details about your data, and what you plan to do so we can help you more.
If I look at your data each case looks like this
{
"cno": 137,
"cname": "Adams town",
"group": "Location",
"book1": "01. Foreigner",
"book2": "",
"change": "",
"job": "",
"household": "",
"notes": "Human city, on Mospheira."
},
You need to work out what will be the tiddler name (needs to be unique or made so), fields or tags at a minimum.,
With this json inside a tiddler, as I recommended, I expect you can treat it like a "data Tiddler" and use the "##" form of tiddlername##dataname eg tiddlername##cname
I have not yet done a lot of this to be sure, but that will get you on track.
Regards
Tony