You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello,
is there any way using a tmap to output all "lookup" rows not matching any "main" row.
ie 2 inputs :
input1 (main)
1;A
2;B
input2 (lookup)
1;10
4;15
i'd like to have 3 outputs:
1. join --> 1;A;10
2. reject main --> 2;B
3. reject lookup --> 4;15
many thx
i use TIS 3.0.1
Pages: 1