pub fn append_csv_into_table_with_mapping<P, C>(
table: &Table<P>,
csv_path: C,
field_mapping: &HashMap<String, FieldId>,
csv_options: &CsvReadOptions,
) -> Result<()>Expand description
Append rows while honoring an explicit column-to-field mapping supplied by the caller.