Convert CSV To Data Table Activity

Description

This activity converts a Comma Separated Values (CSV) string to a DataTable.

Usage

The Read File activity could be used to read a .csv file on the server as text. The text could then be passed to the Convert CSV To Data Table activity to produce a DataTable object. The workflow could then access the rows and columns of the data table to read the data values.

Inputs

Csv

Required

Type: String

The Comma Separated Values (CSV) string to convert.

Delimiter

Optional

Type: String

The delimiter used to separate fields. The default is ",".

Outputs

result

Type: Object

A data table representing the data from the Comma Separated Values string.

Properties

For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.

Connectivity Requirements

This activity does not work when the device has intermittent connectivity to the network.