CSV To Object Mapping Step
- 11 Oct 2024
- 1 Minute to read
- Print
- DarkLight
CSV To Object Mapping Step
- Updated on 11 Oct 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | --- |
Last Modified in Version | 7.12.0 |
Location | Data > Excel & CSV |
The CSV To Object step allows users to map defined CSV data to a Data Structure in Decisions.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
File Input | The CSV or excel file that is used as input. | FileData |
Input Data
Property | Description | Data Type |
---|---|---|
Input File Type | Defines the type of file used as an input to the step. Currently, the options are Csv, Excel_xls, Excel_xlsx and AutoSelect | --- |
Worksheet Index | Determines which worksheet that will be evaluated. | Int32 |
Ignore First Line | Ignores the first line of the worksheet that is often used as headers in Excel files. | Boolean |
CSV Delimiter | Determines which delimiter will be added with the values for CSV files. | --- |
Outputs
Property | Description | Data Type |
---|---|---|
OUTPUTS | List of the Object that the CSV was mapped to. | List of --- |
Output Data
Property | Description | Data Type |
---|---|---|
Output Type | The desired Data Structure to map the CSV values to. | --- |
Related Information
Forum Posts:
CSV To Object Mapping Step
Was this article helpful?