04-09-2024 01:22 AM
The Directory Browser returns nothing when the specific file name cannot be found. So, how can I check if the file is found in the next snap like Router. I tried some ways like: $ == null or .get but it doesn't work. Please help me overcome this.
Many thanks
Solved! Go to Solution.
04-09-2024 01:36 AM
Hello @khanh_tran,
As a first step you should disable the Ignore empty result in the Directory Browser Snap, then you can check using the following expression:
$ == {}
For more details, please refer to the attached pipeline and let me know if this helps you!
Regards,
Aleksandar.
04-09-2024 01:36 AM
Hello @khanh_tran,
As a first step you should disable the Ignore empty result in the Directory Browser Snap, then you can check using the following expression:
$ == {}
For more details, please refer to the attached pipeline and let me know if this helps you!
Regards,
Aleksandar.
04-09-2024 01:38 AM
In your case, since you are using S3 Browser, the Ignore Empty Result property is under the Show Advanced Properties.
04-09-2024 02:12 AM
Many thanks, I can do that.