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

tFTPFileList Current File Name

When I am getting current File Name of tFTPFileList. It is returning together with file details. How to get only file name?

 

context.ftpCurrFileName = ((String)globalMap.get("tFTPFileList_1_CURRENT_FILE"));
System.out.println(context.ftpCurrFileName);

 

The above code is returning as following:

-rwxrwxrwx 1 0 0 5935 Jul 24 10:27 1.xml
-rwxrwxrwx 1 0 0 4580 Jul 24 10:27 2.xml

Labels (2)
1 Solution

Accepted Solutions
lennelei
Creator III
Creator III

Hi,

 

I think that you probably tick the "File detail" checkbox in the component?

You should try to untick it.

 

Regards.

View solution in original post

1 Reply
lennelei
Creator III
Creator III

Hi,

 

I think that you probably tick the "File detail" checkbox in the component?

You should try to untick it.

 

Regards.