modify_base_with_patch

Function modify_base_with_patch 

Source
fn modify_base_with_patch(base: &str, patch: &FilePatch) -> Result<String>
Expand description

Modify a string representation of a base CSV file by applying a FilePatch. Preserves the order of rows from the base file, with new rows appended at the end.