I've added built-in support for CSV output to both these plugins:
http://www.TiddlyTools.com/#SaveAsPlugin (v2.5.0)
http://www.TiddlyTools.com/#ExportTiddlersPlugin (v2.9.0)
Currently, they only output standard tiddler data (title, modifier,
created, modified, text, and tags). The primary issue is that the
number and names of the custom fields can vary from tiddler to
tiddler, so generating useful row-and-column output in CSV is somewhat
more difficult... but I'm working on it.
Also, any values containing commas are automatically "CSV encoded" by
enclosing them in quotes (so the commas are treated as data, not
separators). In addition, any quotes contained within the value
itself are doubled up (e.g., " becomes "") to distinguish them from
the quotes that are being used to enclose the value. For example:
He said, "yabba, dabba, doo"
would be written out as:
"He said, ""yabba, dabba, doo"""
Although it might look a bit strange, the extra quotes are
automatically removed when loading in the data into most spreadsheets
and databases, allowing you to import the CSV-formatted tiddler data
directly into those applications.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios