Skip to content

Upload to Datasource

Description

The Upload To Datasource activity allows you to import structured data from a file or data from previous activity into a designated table within a connected data source such as a database, data warehouse, or cloud storage system.

This activity supports uploading tabular data and optional file attachments into the target system. It ensures the uploaded content is mapped correctly by specifying the destination table and attachment column (if applicable).

Use case:
Upload exported Excel or CSV files into a central data warehouse after data cleaning and validation steps. Attachments such as PDFs or images linked to records can also be inserted if required.


Input

Input TypeFormatDescription
Data/FileTabular or BinaryStructured data to be uploaded to the datasource.

Output

Output TypeFormatDescription
StatusText / TableConfirmation of rows uploaded or updated in the target datasource.

Configuration Fields

Field NameDescriptionRequired
Datasource IDID of the target datasource connection (e.g., MySQL, Azure, Snowflake).Yes
TableName of the destination table within the selected datasource where the data will be uploaded.Yes
Use Data AttachmentsEnables uploading file-type data associated with records (e.g., document attachments).No
Attachment ColumnThe column in the table where data attachments (if any) should be stored. Required if attachments are enabled.Optional

Sample Input

Not Applicable


Sample Configuration

FieldValue
Datasource IDsales-db-prod
TableCustomerRecords
Use Data Attachmentstrue
Attachment ColumnDocumentLink

Sample Output

TableStatusRows Uploaded
CustomerRecordsSuccess125