Get Row as Array
  • 20 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Get Row as Array

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Excel and CSV

The Get Row step retrieves the value from a Row in an Excel or CSV file and returns them as a List. The Row and Worksheet Number are required to pull the value out of a particular cell.


Properties

Inputs

PropertyDescriptionData Type
FileThe Excel or CSV file where the data is pulled from.
FileData
File TypeThe type of file being used by the step. The step currently supports CSV, Excel_xls, or Excel_xlsx. Use Constant mapping to view the drop-downCsvFileType
Worksheet Number
The Worksheet Number to pull the data from. The values start at zero.
Int32
Row Number
The specified Row for the Cell. The starting value is zero
Int32
Ignore First Row
Ignores the first Row in the file.
Boolean

Outputs

PropertyDescriptionData Type
GetRowAsArray1_OutputReturns the values from the Row as a ListList of String


Related Forum Posts

Was this article helpful?

What's Next