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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
RMotta2408
Creator II
Creator II

cFile - read txt files only

Hi everyone,

I'm developing a Route in Talend Studio.
It's fairly straightforward: the route must copy text files (*.txt) from one directory to another.
The directory from which the txt files must be copied has other types of files, as well.
How do I configure the cFile component so that is copies only the text files (*.txt)?

Thank you.

Labels (1)
1 Solution

Accepted Solutions
Dave_Simo
Creator II
Creator II

Hello @RMotta2408 

To do this, you need to configure cFile as shown below.

Dave_Simo_0-1764867070067.png

 

Best Regards

 

View solution in original post

2 Replies
Dave_Simo
Creator II
Creator II

Hello @RMotta2408 

To do this, you need to configure cFile as shown below.

Dave_Simo_0-1764867070067.png

 

Best Regards

 

RMotta2408
Creator II
Creator II
Author

Thank you so much, Dave_Simo.
I really appreciate it.

Rui