> CSV format (as exported from a spreadsheet):
> title,text,tags,field1,field2,field3,...
> Test1,This is [[Test1]],test one foo,mumble,gronk,frotz
> Test2,This is [[Test2]],test two bar,snork,snerfle,plurmb

Note: CSV format can include data that contains commas *within* the
values, by using double-quotes around those values, like this:
   TiddlerTitle,"content, with a comma in it",tag1 tag2,...
However, the code in the 'create tiddlers' button handler currently
uses a very simple "split on comma" function that doesn't do anything
special with quoted values, so it can't cope with the above, and
simply splits it at each comma, producing incorrect results.

-e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to