Tue 26 Feb 2008
How To Convert CSV To TiddlyWiki Table Format
Posted by brain under Programming , TechnologyComments Off
I am a huge fan of TiddlyWiki and use it all the time. This morning I wrote a quick utility in JavaScript to convert CSV to TiddlyWiki Table format.
I am releasing this code into the public domain. The main reason I am doing this is because I had problems finding a JavaScript CSV interpreter that was already public domain. Mine is quick easy and kinda bug free. //smile