> There's a limitation for importing to the textfield - It cannot
> interpret commas in the text - not even if it's isolated in some way -
> so you have to be carefull - and remove all commas from textfields...

[[CreateTiddlersFromCSV]] has been updated and now correctly handles
CSV-encoded fields containing commas and/or double-quotes.  The CSV-
encoding rule is very simple:

If a field contains any commas or double-quotes, surround the entire
field in double-quotes and then double-up any quotes contained within
the field.

Thus, this:
   some "quoted" text, with a comma
would become:
   "some ""quoted"" text, with a comma"

Note: if you using CSV data generated from a spreadsheet, this CSV-
encoding is done automatically.

Get the update (v1.1.0) here:
   http://www.tiddlytools.com/#CreateTiddlersFromCSV

enjoy,
-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