> > I have exported Tiddlers to a JSON file and I can not drag and drop that > file back into TiddlyWiki
Do you mean immediately or after you modified it? Perhaps you produced invalid json? Unfortunately I can't get my spreadsheet to export the data directly to > JSON.(My Spreadsheet does not have that feature) > What you do is, you use the text concatenation functions of your spreadsheet to construct that json output string which you then paste into a textfile and save as "foo.json". Is there a CSV to JSON converter or something like that? > Or is there another way to do this that I am missing? So, you need to build / define that json format yourself. There is no generic json format for your spreadsheet to build, it doesn't know the object structure you want. There could be some converters but then you would still need to place your information into the right cells, so it doesn't matter which way you go around the issue. Either way, you need to do some mapping in that spreadsheet and some text concatenation. Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
