Storage

Storage actions to invoke file-based data exchange operations

Introduction

The Storage Actions in DBSync Cloud Workflow enable you to read from, write to, and transform files as part of your integration workflows. These actions are essential when your workflows involve file-based data exchange—whether storing reports, pushing data to cloud drives, working with CSVs, or saving output files for backup or downstream processing.

Storage actions give you the flexibility to interact with a variety of file systems, both local and cloud-based, including Amazon S3, Google Drive, FTP, Dropbox, and more. Additionally, with support for file formatting and restructuring, you can customize the structure and content of data before storing or transmitting it. Whether your use case involves backing up integration results, generating structured output files, or exchanging files with third-party platforms, Storage Actions help automate and standardize your file-handling processes.

This section introduces each storage-related action type and guides you on how to configure them effectively in your workflows.

Key Topics in This Section

  • Dropbox: Store workflow output files to Dropbox, enabling cloud-based access and sharing with teams or external users.

  • File: Store or generate files directly on the file system where DBSync is hosted. Ideal for local testing or storing temporary artifacts.

  • CSV: Convert integration data into well-structured CSV files that can be used for reporting, data transfer, or archival purposes.

  • Google Drive: Automatically upload documents, reports, or data files to your Google Drive folders for collaboration or record-keeping.

  • FTP: Transfer files to remote FTP servers as part of legacy system integration or secure file exchange workflows.

  • Amazon S3: Upload files to an Amazon S3 bucket for backup, data sharing, or long-term storage in a scalable cloud environment.

Last updated