Cartesian Products in 2 flat files

Asked By 60 points N/A Posted on -
qa-featured

I do have some flat files and I want to perform cartesian product. How do I do it?

SHARE
Answered By 5 points N/A #148364

Cartesian Products in 2 flat files

qa-featured

Hello Dear,

If you want to join 2 flat files or tables by using the Cartesian product so you should set condition 1 = 1 in join and then just take the expression after two sources qualifier and define a numeric output port with that value which is equal to 1 in the both expressions and then use this column as join condition.

Hope my solution will be helpful for you.

Related Questions