"imputl" - should have been: input....
On 16 Mar., 22:19, Måns <[email protected]> wrote:
> Or can i redefine the number of textentries and imputl the "data-
> string" like this?:
> title,text,text,text,text,text,tags,field1,field2,field3,...
> FirstStudentName,<data>
> {"Name":"StudentName","Teacher":"TeacherInitials","Habitat":"SomeName","Student":true,"Class":"9"}
> </data>,Student TeacherInitials
> HabitatSomeName,image::http:SomeAddress,taggly.numcols::2,SomeField
> SecondStudentName,<data>
> {"Name":"StudentName","Teacher":"TeacherInitials","Habitat":"SomeName","Student":true,"Class":"9"}
> </data>,Student TeacherInitials
> HabitatSomeName,image::http:SomeAddress,taggly.numcols::2,SomeField
>
> YS Måns Mårtensson
>
> On 16 Mar., 21:46, Måns <[email protected]> wrote:
>
> > Ok...
> > I was hoping to be able to insert <data> in the tiddlers through the
> > cvs-import-function...
> > Then it isn't possible to insert data like this in the "textarea" for
> > one Tiddler??:
> > title,text,tags,field1,field2,field3,...
> > FirstStudentName,<data>
> > {"Name":"StudentName","Teacher":"TeacherInitials","Habitat":"SomeName","Student":true,"Class":"9"}
> > </data>,Student TeacherInitials
> > HabitatSomeName,image::http:SomeAddress,taggly.numcols::2,SomeField
> > SecondStudentName,<data>
> > {"Name":"StudentName","Teacher":"TeacherInitials","Habitat":"SomeName","Student":true,"Class":"9"}
> > </data>,Student TeacherInitials
> > HabitatSomeName,image::http:SomeAddress,taggly.numcols::2,SomeField
>
> > YS Måns Mårtensson
>
> > On 16 Mar., 20:08, Eric Shulman <[email protected]> wrote:
>
> > > > CSV format (as exported from a spreadsheet):
> > > > title,text,tags,field1,field2,field3,...
> > > > Test1,This is [[Test1]],test one foo,mumble,gronk,frotz
> > > > Test2,This is [[Test2]],test two bar,snork,snerfle,plurmb
>
> > > Note: CSV format can include data that contains commas *within* the
> > > values, by using double-quotes around those values, like this:
> > > TiddlerTitle,"content, with a comma in it",tag1 tag2,...
> > > However, the code in the 'create tiddlers' button handler currently
> > > uses a very simple "split on comma" function that doesn't do anything
> > > special with quoted values, so it can't cope with the above, and
> > > simply splits it at each comma, producing incorrect results.
>
> > > -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
-~----------~----~----~----~------~----~------~--~---