Skip to main content

csv_diff

Function csv_diff 

Source
pub fn csv_diff(
    source: &Value,
    target: &Value,
    options: &CsvDiffOptions,
) -> CsvDiff
Expand description

Compute diff between two CSV representations

Both source and target should be JSON values in the CSV gron format: {"csv": {"rows": [{"col1": "val1", ...}, ...]}}