Hi Mark and Skye - Thanks for answering my post..

Mark - It would be nice if you could provide an example of a csv -
which works for you (to copy paste) - because I haven't succeded in
getting it right yet...

I will also try to write directly into the html...

I've exported csv directly from OpenOffice.org - and also from Google
Docs (the latter renders the csv directly into a browser to copy from)
Of course I need to be able to get the csv from a spredsheet - to
which I can import all neccesary data and arrange it and export it for
the CreateTiddlersFromCSVscript to work with..
So writing directly doesn't do it - even if it works...

CreateTiddlersFromCSVPlugin - isn't really a (systemConfig'ged) plugin
-
It's a script that Mr Eric Shulman has designed/develloped for making
tiddlers from a csv.

Quote of Mr Shulman:
"
http://www.TiddlyTools.com/#EditFieldPlugin

extends the TW core 'edit' macro so you can use it in the ViewTemplate
(or even just embedded in regular tiddler content.  However, because
there is no 'done' button when *viewing* a tiddler, you will be
automatically prompted to accept/reject any input as soon as you move
away from that field.  Otherwise, it works just like when in 'edit
mode': the value you enter is written to the tiddler as a custom field
(except for fields named 'title', 'text', and 'tags', of course). "

Regards Måns Mårtensson

On 23 Mar., 18:32, skye riquelme <[email protected]> wrote:
> Hi All
>
> whos th author of CreateTiddlersFromCSVPlugin......seems worth
> checking out!!!
>
> Skye
>
> On 23 mar, 13:21, "Mark S." <[email protected]> wrote:
>
> > It worked great on my system. Not that that helps you ;-(
>
> > All those double spaces, and the places where it ignored the comma,
> > makes me wonder if its a unicode translation thing. Like maybe the
> > form is expecting utf-8, or maybe the js is actually using ASCII --
> > but you're pasting in from some other character set.
>
> > What happens if you actually *type* in an example (instead of copying
> > pasting) ?
>
> > -- Mark
>
> > On Mar 23, 7:23 am, Måns <[email protected]> wrote:
>
> > > Hi TWWizards
>
> > > I cannot make CreateTiddlersFromCSVPlugin work as i believe it
> > > should..
> > > I'm using simple commaseparated textstrings as explained by Mr Shulman
> > > - :
>
> > > When I input this:
> > > title,text,tags,fieldtitle1,feildtitle2,fieldtitle3
> > > TiddlerTitle1,This is for textbody in Test1,tag1 tag2
> > > tag3,fieldvalueX,fieldvalueY,fieldvalueZ
> > > TiddlerTitle2,This is for textbody in Test2,tag2 tag4
> > > tag5,fieldvalueL,fieldvalueM,fieldvalueN
>
> > > I get this:
>
> > > made _ _T_e_s_t_1_
> > > made  _ _T_e_s_t_2_
> > > made  2 tiddlers
>
> > > Tiddler 1 has a funny title - It should have been: "TiddlerTitle1" and
> > > it is tagged with: fieldvalueX - The (real) fields are:
> > > Field   :                         Value
> > > feildtitle2:                     fieldvalueZ
> > >                                  TiddlerTitle2
> > > fieldtitle1:                     fieldvalueY
> > > fieldtitle3 tiddlertitle1:      This is for textbody i
>
> > > Textbody=tag1 tag2 tag3
>
> > > Tiddler 2 - should have had the title: TiddlerTitle2. Tag became:
> > > fieldvalueL and textbody= tag2 tag4 tag5.
> > > Field:           Value
> > > feildtitle2:             fieldvalueN
> > > fieldtitle1:           fieldvalueM
>
> > > I made another test:
>
> > > title,text,tags,felt1,felt2,felt3
> > > Test1,Dette er Test1,test et foo,mumle,grynt,fnys
> > > Test2,Dette er Test2,test to bar,snork,snøvle,pludder
>
> > > I got this:
>
> > > Made _t_
> > > Made _y_s_ _T_e_s_t_2_
> > > Made _o_r_k_
> > > Made _ø_v_l_e_
> > > Made 4 tiddlers
>
> > > It should only produce 2 tiddlers (Test1 and Test2).
> > > Tiddler nr 1 produced, has a wrong title and "f" in the text body - no
> > > tags or fields at all.
> > > Tiddler nr 2 produced, has the right tags (according to Test2
> > > inputline) (all three of them) the right text but only the first
> > > fieldtitle with a value of: "s" and a wrong title.
> > > Tiddler nr 3 produced, has a wrong title, no tags and no fields and
> > > "s" in the textbody
> > > Tiddler nr 4 produced, has a wrong title, no tags and no fields and
> > > "pludder" in the textbody.
>
> > > What am I doing wrong??  - or better - What should I do instead???
>
> > > I can't see the system in these outputs - and therefore I cannot
> > > change my lists accordingly..
>
> > > YS Måns Mårtensson
--~--~---------~--~----~------------~-------~--~----~
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