Get Value in CSV Row
- 28 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Get Value in CSV Row
- Updated on 28 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Step Details | |
Introduced in Version | 4.0. |
Last Modified in Version | 7.12.0 |
Location | Data > Excel and CSV |
The Get Value in CSV Row step is used to get the value of the designated cell. The cell's location can be set using the Column Number (Int32) and Row (String) values.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Column Number | The column number from the excel or CSV file. The starting value is one | Int32 |
Row | The specified Row for the Cell. The starting value is zero | Int32 |
Outputs
Property | Description | Data Type |
---|---|---|
GetValueInCsvRow1_Output | Returns the value from the cell | String |
Related Forum Posts
Was this article helpful?