Search

Connectors

Contact support

Helpdesk portal

Working with files

The Peliqan low-code Python environment allows you to handle files, both reading data from files and writing data into files. Below is a list 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 (coming soon)
  • Google Cloud Storage (coming soon)
  • Incoming emails (files as attachment)
  • Manual upload and download of files using Streamlit:
  • Manual file upload & downloadManual file upload & download

File types to read

  • Excel files
  • Google Sheets
  • CSV files
  • JSON files

Writing to files

File destinations

  • SFTP server
  • AWS S3
  • Microsoft Sharepoint (and OneDrive)
  • Azure blob storage
  • Dropbox
  • Google Drive (coming soon)
  • Google Cloud Storage (coming soon)
  • Outgoing emails (files as attachment)

File types to write

  • Excel files
  • Google Sheets
  • CSV files
  • JSON files
  • PDF
  • Images
  • Other