pub fn append_csv_into_table<P, C>(
table: &Table<P>,
csv_path: C,
csv_options: &CsvReadOptions,
) -> Result<()>Expand description
Append all CSV rows into the target table using inferred column mappings.
pub fn append_csv_into_table<P, C>(
table: &Table<P>,
csv_path: C,
csv_options: &CsvReadOptions,
) -> Result<()>Append all CSV rows into the target table using inferred column mappings.