Hi
I've rewritten my templates, forms and fETs - but I can't make the
csvImport work correctly.
(I'm using it in a wrong way I'm sure..)
When I input this:
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 get 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??

YS Måns Mårtensson


On 17 Mar., 09:46, Måns <[email protected]> wrote:
> Thanks Eric
>
> I will rewrite my templates and use EditFieldPlugin instead of the
> Htmlform I've used so far - because of the ability to setup acsvwith
> all the thinkable data to prepopulate tiddlers.
>
> YS Måns Mårtensson
>
> On 17 Mar., 02:19, Eric Shulman <[email protected]> wrote:
>
> > > Uptill now I've been using:
> > > FieldsEditorPlugin
> > > Must I delete this before I install EditFieldPlugin because of
> > > possible conflicts?
>
> > FieldsEditorPlugin is a very useful general-purpose 'field maintenance
> > tool'.  EditFieldPlugin is an enhancement to the TW core's existing
> > 'edit' macro so that it can be used in a ViewTemplate or embedded
> > directly in tiddler content (via <<edit fieldname>>).  Although both
> > plugins can write into tiddler fields, they don't do it at the same
> > time, and there is no known conflict between them.
>
> > > Can I make my Html "write value to fields" with existing Html "knobs"
> > > or can I just rewrite my template with the new "EditFieldKnobs"
> > > Can I fx. setup lists in a table to choose from - in my
> > > "taginvoked"ViewTemplate? like I do in my "taginvoked"EditTemplate:
> > > If this is possible - there isn't really any use for the Html-form at
> > > all..
>
> >    http://www.TiddlyTools.com/#InputPackage
>
> > includes several plugins that let you write custom tiddler field
> > values using form controls (text/multi-line input, checkboxes,
> > listboxes, droplists) in *either* template.
>
> > Note: I have not (yet) written a [[RadioButtonPlugin]] .  However, you
> > can always use ListboxPlugin to provide a simple 'select' droplist
> > that gathers the same kind of "choose one among several" input, so
> > implementing radio buttons may not actually be necessary.
>
> > 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