Updates the rows of a CSV data source
A header row must be present in the supplied CSV with names that match the existing headers of the data source. Additionally, all cells of all supplied rows after the header row must conform to the type of their respective column. For example, if a column has type BOOLEAN, then all cells within that column must have a value of either true or false.
The body is of type string.
Success