Description

Updates the value of a specified row.



Attributes

Input

  • Row - The row whose values would be updated.

  • Values - The new value to replace the existing value on the row.

Common

  • ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.

Misc

  • DisplayName - Renames the activity.


Example

For this example, this is what the sample CSV document contains:



  1. Add a CSV Sequence in the initial Sequence.
  2. In the CSV Sequence File Path field, search and select the CSV document that you will use.
  3. In the CSV Sequence Delimiter field, write ','.
  4. Inside the CSV Sequence, add a CSV Update Row activity. 
  5. In the CSV Update Row Row field, write 1.
  6. In the CSV Update Row Values field, write {"1","Nicole Rivers","22"}

    The use case should look as the following screenshot:



After the execution, the values of row 1 in the CSV document should be updated with the specified values.