Read .xls from sftp

Hi everyone!

I’m trying do get a .xls file from a sftp and read the data inside him.
A already got and download the files, but i can’t find how to read. Already try to use binary read with spreadsheet file, but can’t read his content. Somebody know how do it?

@Thiago_Luna welcome to the community.

mmm, weird it what you did seems like the right approach. Can you please share the workflow with me so that I can have a proper look? just select all the nodes then copy and then you can paste it here.

Thanks for reception @RicardoE105
Follow the nodes below:

i don’t really know how indicate where the files that i downloaded from sftp really are.

Send you a private message.

Files do not get downloaded to the hard drive, they end up in the flow in the binary property you did define. So if you set the parameter “Binary Property” on the “Files-Downloaded” node to “data” and remove the “Read Binary File” node totally it should work fine.

3 Likes

Thank you very very very much @jan !

This savd the day thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.