By inefficient, are you thinking of writing code for each field? I'm pretty sure you can use a series of nested list statements to do most of the heavy lifting. Although it's a lot of records, it might still be pretty fast.
Good luck, Mark On Monday, July 24, 2017 at 12:04:38 PM UTC-7, Steven Schneider wrote: > > Hi, I've imported a rather dumb data set, which for various reasons came > in three xlsx files. > > I know have three tiddlers (TiddlerA, TiddlerB, TiddlerC) for each record, > which share a common ID field, and have distinct other fields. > > > How do I combine the three tiddlers into a single (fourth) tiddler that > contains the fields in Tiddler A, Tiddler B and Tiddler C? > > I seems inefficient to list for all Tiddler A, find the three matches on > ID, and then use action set-field to set individual fields in a newly > created Tiddler D. Might take a while too, with 175 fields and 1500 records > (4500 tiddlers). > > Thanks! > > //steve. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/433d1619-2895-4364-bbae-2c2fb9b2825d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

