append_csv_into_table

Function append_csv_into_table 

Source
pub fn append_csv_into_table<P, C>(
    table: &Table<P>,
    csv_path: C,
    csv_options: &CsvReadOptions,
) -> Result<()>
where P: Pager<Blob = EntryHandle> + Send + Sync, C: AsRef<Path>,
Expand description

Append all CSV rows into the target table using inferred column mappings.