You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-t...@googlegroups.com
Hi
Is it possible to perform a cross join in Rhino ETL?
Basically I need to merge two different InputCommandOperations. One of these operations returns a single row containing configuration information and the other contains the data to be processed. Neither input has any fields in common and I'm reluctant to just create a dummy field in both for the purpose of joining them together.
Thanks
Michael
Jason Meckley
unread,
Aug 16, 2012, 7:25:55 AM8/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-t...@googlegroups.com
you could use a full outer join or as you suggested, create a dummy field to join the rows. I have used dummy/marker fields with great success.
Michael Charalambous
unread,
Aug 16, 2012, 11:59:49 AM8/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message