A Python data pipeline which extracts data from web to an FTP server.
- Set up FTP server.
- Create git repo.
- Set up a Python virtual environment.
- Connect to FTP server.
- Download OFAC_CONS CSV files.
- Upload OFAC CSV files to FTP server.
A data pipeline which extracts data from a web source to a local FTP server.
Python