Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
pcbillions53
Contributor
Contributor

tLog_Row do not list tFTPFileList files

Hi,

I'm following the Doc. about FTP Connection, it connects to the server,; do not show any error, but... The tLog_Row component do not list any file...

In fact, has a file there...

How can I fix this?

Best wishes,

Labels (2)
2 Replies
gjeremy1617088143

HI could you send some screen of your job ?

Send me Love and Kudos

JohnRMK
Creator II
Creator II

0695b00000F5n8iAAB.pngHello,

 

if I'm not mistaken, have you connected your tLogRow directly to tFTPFileList? so you're trying to read a data stream while the component returns an iteration! therefore not compatible.

 

You have to turn your iterations into flows.

tFTPFileList -> tIterationToFlow -> tLogRow

In your tIterationToFlow you will create two columns filename and filepath and they will have as parameter the global variables tFTPFileList

Voila, you can also add a tJava after tFTPFileList then using Sysout.print.ln, display each file.