Can you point me to an example that does this via the DSL (and not custom c#/vb code)? Something using the DSL like the example here - http://hibernatingrhinos.com/open-source/rhino-etl/introduction
I can't see any macros in the source that reference the JoinOperation class (https://github.com/hibernating-rhinos/rhino-etl/tree/master/Rhino.Etl.Dsl/Macros), only the NestedLoop Join. But the DSL is not very documented so perhaps I've missed a trick? Thanks for your help, On Sun, Mar 25, 2012 at 8:06 PM, Jason Meckley <[email protected]> wrote: > the join operation is an abstraction. you need to provide the > implementation, then you can reference it, just like any other operation. > > > On Saturday, March 24, 2012 4:36:55 PM UTC-4, miles wrote: >> >> Sure, but you can't use those operations from the DSL - that only >> supports the NestedLoopJoinOperation. >> >> >> (https://github.com/hibernating-rhinos/rhino-etl/blob/master/Rhino.Etl.Dsl/Macros/JoinMacro.cs) >> >> On Sat, Mar 24, 2012 at 8:24 PM, Jason Meckley wrote: >> >> >> > Patches are always welcome :) however, ETL already includes a join >> > operation >> > ( >> > >> > https://github.com/hibernating-rhinos/rhino-etl/blob/master/Rhino.Etl.Core/Operations/JoinOperation.cs ). >> >> > you can perform Inner, Left Outer, Right Outer and Full joins. >> > >> > On Saturday, March 24, 2012 3:27:26 PM UTC-4, miles wrote: >> >> >> >> Hi, >> >> >> >> One of the things missing from the DSL is support for a JoinOperation >> >> (it currently only supports the NestedLoop version of the join). >> >> >> >> I have a patch to address this, is it possible to get it merged in if >> >> I submit it? >> >> >> >> Cheers, >> >> >> >> Miles >> > > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rhino-tools-dev/-/lDsY59yM85sJ. > > 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/rhino-tools-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en.
