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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
valkmeister
Contributor
Contributor

tFileList -> tFileDelimited -> tLogRow

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"))

0693p000009HqxMAAS.png

Labels (2)
10 Replies
manodwhb
Champion II
Champion II

Yes You need to check "Use Glob Expressions as Filemask " option  in tFileList Component ,have you used?