Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have two tFileOutputDelimited components and I am trying to connect them to a tFuzzyMatch component. I can connect the one fine, but the other refuses to connect for some reason. If I reverse it and connect the other tFileDelimited component first, it connects, but then the other component won't connect. Here is a screenshot:The red line is what I am trying to connect
I am trying to connect the red line I have drawn in, but it won't "drop" onto the tFuzzySeach component. Any idea why?
You are not be able to do it as creates a closed loop.
Possible solution is to create a new sub-job and use these files in tfileinputDelimited Component and then pass to tfuzzyMatch component.
Hope this helps.
Regards,
Apoorv Jain
You are not be able to do it as creates a closed loop.
Possible solution is to create a new sub-job and use these files in tfileinputDelimited Component and then pass to tfuzzyMatch component.
Hope this helps.
Regards,
Apoorv Jain
this is not possible.
You need change your design for 2 separate subjobs connected by OnSubJobOk trigger
first - store data into 2 tFileOutput component
second use 2 tFileInput delimiter and do additional steps
with not a big files you can use tHash components for store data in memory instead of using files, but tFileOutput/tFileInput more flexible solution
Hello,
Here is a KB article about:https://community.talend.com/t5/Design-and-Development/Can-I-create-a-Job-with-multiple-paths-from-a....
Best regards
Sabrina