Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
I think that you probably tick the "File detail" checkbox in the component?
You should try to untick it.
Regards.
Hi,
I think that you probably tick the "File detail" checkbox in the component?
You should try to untick it.
Regards.