ImportData

Estimated reading: 2 minutes 1673 views

This activity is used to import data from the browser to the created table.

Properties

INPUT

DBLocation:* Specify the location where the database is stored.

DBName:* Specify the name of the database in which the table is present.

ImportFile: Specify the name of the CSV File.

InputTable:* Specify the Variable from which the data has to be taken and imported to the created table.

Seperator: Specify any separator present in the CSV File.

TableName:* Specify the name of the table into which the data has to be imported.

Type: Choose the type from the drop down if it’s a datatable, CSV, Excel

MISC

Display Name: Displays the name of the activity. You can also customize the activity name to help troubleshoot issues faster. This name will be used for logging purposes.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False.”
True: Continues to execute the workflow irrespective of any error thrown.
False: Stops the workflow if it throws any error

Version: It specifies the version of the Portable database feature in use.

OUTPUT

Result: It provides the ability to view the execution status of the activity. It returns values in “Boolean.”
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

* Represents mandatory fields to execute the workflow.

Share this Doc

ImportData

Or copy link

CONTENTS