The Peliqan low-code Python environment allows you to handle files, both reading data from files and writing data into files. Below is a selection of supported file types and platforms (cloud storage, SFTP etc.).
Reading from files
File sources
- SFTP server
- AWS S3
- Microsoft Sharepoint and OneDrive
- Azure blob storage
- Dropbox
- Google Drive
- Google Cloud Storage
- Incoming emails (files as attachment)
- Manual upload and download of files using Streamlit: Manual file upload & download
File types to read
- Excel files
- Google Sheets
- CSV files
- JSON files
- Parquet files: Working with Parquet files
Writing to files
File destinations
- SFTP server
- AWS S3
- Microsoft Sharepoint and OneDrive
- Azure blob storage
- Dropbox
- Google Drive
- Google Cloud Storage
- Outgoing emails (files as attachment)
File types to write
- Excel files
- Google Sheets
- CSV files
- JSON files
- Parquet files
- Images
- Other