Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
kdv
Contributor
Contributor

Can't connect tFileOutputDelimited component to tFuzzySearch Component

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:0683p000009M03d.pngThe 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?

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

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

View solution in original post

4 Replies
Anonymous
Not applicable

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

vapukov
Master II
Master II

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

kdv
Contributor
Contributor
Author

Thank you both for your responses. Clear and understood. I did what you suggested and I'm back to the races
Anonymous
Not applicable