Replace Row
  • 08 Nov 2023
  • 1 Minute to read
  • Dark
    Light

Replace Row

  • Dark
    Light

Article Summary

Step Details

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

The Replace Row step can be utilized when the first column of a spreadsheet is designated for row numbers or row identifiers. This step allows users to replace the content of the first cell in a specific row with new text or values.




Note:
  • This step will only replace the value from the first cell of the row and will not alter any changes to the rest of the cells. 
  • No matter what the formatting is set to the cell, this Step will override the value with a string within that 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-down.    CSVFileType
Worksheet NumberThe Worksheet Number to pull the data from. The values start at zero.Int32
Row NumberThe Row number of the cell to replace the value of. The starting value is zero.Int32
New RowThe new value to be placed in the first cell of the row.String

Outputs

PropertyDescriptionData Type
ReplaceRow1_OutputUpdated File DataFile Data

Based on the step configured from the above image, the following table demonstrates the Input and Output.

Before (Input)After (Output)

Related Information

Forum Posts:
Add New Excel Row


Was this article helpful?