05-20-2024 11:44 PM - edited 05-20-2024 11:57 PM
I am facing a weird problem with the Join snap. It looks like the path I provide in the Left Path property is reading documents from the Right input view even though the right input view is correctly set to input1.
Similarly, the path I use on the Right Path property first reads the documents from the right input view and then starts reading them from the left input view.
Any help is much appreciated. Let me know if you need more details.
05-20-2024 11:48 PM - edited 05-20-2024 11:59 PM
@tstack @bojanvelevski @koryknick @Supratim @djsiegel Can you help?
05-21-2024 01:51 AM
I wouldn't say the snap is mixing the inputs but one of the input documents is missing the field you have stated in the snap. To confirm that, you can use a router with $Worker_Document_Data.hasPath('ID') and !$Worker_Document_Data.hasPath('ID'). That way you will see if one (or more) documents go to the other output. Additionally you can write it down to a file to check which record is that.
Regards,
Bojan
05-21-2024 02:41 AM
I also used a router to check the field and it does not send any document to other view
05-21-2024 02:50 AM
Just to be double sure, I connected the routers output0 to join input0 and I still see the same errors. Either there is something wrong with the Join Snap or I am missing something.