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:
- Add a CSV Sequence in the initial Sequence.
- In the CSV Sequence File Path field, search and select the CSV document that you will use.
- In the CSV Sequence Delimiter field, write ','.
- Inside the CSV Sequence, add a CSV Update Row activity.
- In the CSV Update Row Row field, write 1.
- 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.