Workflow Activity Pack Documentation

⌘K
  1. Home
  2. Docs
  3. Workflow Activity Pack Do...
  4. Conversion Activity Refer...
  5. FeatureSet to CSV

FeatureSet to CSV

Description

FeatureSet to CSV converts an Esri FeatureSet into a CSV Blob object. The delimiter can be set within the workflow.

Offline Support

Supported. Please contact us directly to license for offline support and installation instructions.

Example Workflow and Output Files

To open the sample workflow in Workflow Designer:
    • In Workflow Designer, click File in the sidebar
    • Click Open by URL and paste in the following url: https://www.arcgis.com/home/item.html?id=030e02f24f214529b7106a8313c80137
    • To Save, click File in the Workflow Designer sidebar, and click Save.

Inputs

FeatureSet

Required
Type: Object[]
Object Type: esri.FeatureSet

The Esri FeatureSet to be output as a text-delimited file.

Delimiter Character

Optional
Type: String[]

A single character that is used as the field separator in the input file. Defaults to “, “

Delimiter Separator

Optional
Type: String[]

The character used to separate the integer from the fractional part of the number (different in other countries). Defaults to “, “

Outputs

Result

Type: Object
Properties:    

  • success: Type: Boolean
  • data: Type: BLOB
  • error:  Type: String

A response object containing the success value, the file BLOB (on success), or an error message (on an error).

Properties

ID

Optional

The activity’s ID, which is used in other activities to access the activity’s output. The ID must be unique across the entire workflow and it’s subworkflows – two activities cannot have the same ID.

You might want to change the ID to shorten it. Shorter IDs make expressions more compact.

Display Name

Optional

The activity’s name in Workflow Designer. The display name appears at the top of the activity on the design surface. The default display name for this activity is Feature to CSV.

You might want to change the display name to a name that describes what the activity does in the context of your workflow. Description names make workflows easier to understand and maintain.

Description

Optional

A description of what the activity does. The description appears below the activity’s display name.

Use the description to record what the activity does in the context of the workflow. Descriptions make workflows easier to understand and maintain.