Hi community,
Is there anyone with experience of data injection from sftp?
Have you any idea what the problem could be?
I have a workflow that extracts data from csv file are placed on sftp server.
Original file includes ~28K rows, but Alteryx getting only small amount of them.
Also, will be appreciate if you share your way of getting files from sftp.
Solved! Go to Solution.
Hi @Georgiy
You may find this article helpful: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Automating-File-Transfer-Protocol-F...
The process will be the same for SFTP with the exception being the URL
It is also possible to have the files downloaded as temporary files to then be read in via a Dynamic Input tool
Hi @Georgiy
The SFTP protocol only allows complete file transfers or you'll see some kind of error message in your download tool. If you're not getting error messages can you show us an screen shot of where you're seeing incomplete data.
Note that the results window of any tool other than a browse window will only show a subset of data if the entire dataset is too large. This is to limit unnecessary memory use. You can see this in the record count section
This doesn't mean that the data isn't there, only that the the Results window won't show it all. If you add a browse tool after you can see all the results.
Dan
@BrandonB works perfect for me with temp files, thanks!
Do you know are there any limitations in this approach? I mean file size or something, lack of performance or something
I haven’t had any issues with file size but I haven’t tested massive files to check either. It should be good to go!
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
5 |