Your second example imports as expected for me. Is it possible tiddlers 
with the titles in your JSON already exist in the wiki? I believe there is 
a bug in 5.1.23 where it doesn't explain that to you in the import dialog 
and just silently skips them.

On Wednesday, August 18, 2021 at 1:22:26 PM UTC-5 jkm...@gmail.com wrote:

> New member here.  Windows, TiddlyDesktop v0.0.14, TW 5.1.23
>
> I'm able to import tiddlers from json with the title and text fields.  But 
> when I try to do it with a custom field the import tiddler shows no items 
> to import.  All my custom fields begin with *kba* and some additional 
> alphanumeric characters.  The json is valid according to jsonchecker.com.  
> Is this permitted?  Do I need to enable a feature or preconfigure a system 
> component?  I've done a few searches in the group but didn't see anything 
> that applied.  All help is appreciated.
>
> Imports:
> [
>   {
>     "title": "000019464",
>     "text": "How to change the default root password"
>   },
>   {
>     "title": "000020508",
>     "text": "Best Practices"
>   }
> ]
>
> Doesn't import:
> [
>   {
>     "title": "000019464",
>     "text": "How to change the default root password",
>     "kbalink": " https://www.someplace.net/ 000019464",
>     "kbarating": 3,
>     "kbasev": 0,
>     "kbasource": "LKBA",
>     "kbastale": 0,
>     "kbatweak": "",
>     "kbatype": "How To"
>   },
>   {
>     "title": "000020508",
>     "text": "Best Practices",
>     "kbalink": "https://www.someplace.net/000020508";,
>     "kbarating": 5,
>     "kbasev": 0,
>     "kbasource": "LKBA",
>     "kbastale": 0,
>     "kbatweak": "",
>     "kbatype": "Info"
>   }
> ]
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1be11b96-c2e4-4985-aa3c-d8f364fcdd14n%40googlegroups.com.

Reply via email to