Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to get the csv files that I need from a directory, but when I run the job the expected result does not appear.
I've tried many configurations and options, but still not working. Eventually, I'm felling that something is missing. So I decided to reproduce the example on the Talend Documentation and other Youtube videos. Tried also on two different operating systems (Windows and Linux) same result.
So right now my test job is this:
It should show the simple data inside the csv, but nothing happening.
On tFileDelimited I'm using: ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))
Yes You need to check "Use Glob Expressions as Filemask " option in tFileList Component ,have you used?