All Collections
Tutorials
General Flows
Import a CSV file from SFTP to Postgres
Import a CSV file from SFTP to Postgres

This tutorial shows an end-to-end flow, picking up a file from SFTP, reading it, perform mapping, and inserting the results into Postgres

Praise Magidi avatar
Written by Praise Magidi
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

Did this answer your question?