This tutorial shows an end-to-end flow, picking up a file from SFTP, reading it, perform mapping, and inserting the results into Postgres
Written by Luciano Boretti Updated over a week ago
A usual task in connecting to legacy systems is to pickup CSV files from an SFTP server or other source, and import the records into a database for further processing.
This tutorial also provides a simple example of how to construct an end-to-end flow