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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unable to copy specific files from a local directory using a input file delimited file which contains file names.

Hi All,

 

Our requirement is to copy specific files from a local directory using CSV file as input which contains file names of different types like pdf and other formats which we need to copy to another local folder.

for eg:

In CSV i have 10 file names of different formats those files i need copy from a directory to another local directory.

 

Please help me how to do this.

 

Regards,

Dilip.

 

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

You can use the following components..

tFileInputDelimited --> tFileCopy

 

In tFileInputDelimited  schema add column fileName and put row1.fileName (along with the path) in FileName section of tFileCopy.

 

Let me know if you have any confusion.

 

Best Regards,

Abhishek

 

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hello,

Please let us know if this workflow tFileList-->tFileCopy can meet your needs.

Best regards

Sabrina

 

Anonymous
Not applicable
Author

Hi,

You can use the following components..

tFileInputDelimited --> tFileCopy

 

In tFileInputDelimited  schema add column fileName and put row1.fileName (along with the path) in FileName section of tFileCopy.

 

Let me know if you have any confusion.

 

Best Regards,

Abhishek

 

Anonymous
Not applicable
Author

Thanks guys for the solution