mdb-import(1) writes to MDB files. This package is read-only, so this function validates CLI-like options and then errors.

mdb_import(path, table, csvfile, header_lines = 0L, delimiter = ",")

Arguments

path

Path to .mdb/.accdb file.

table

Table name.

csvfile

CSV file path.

header_lines

Equivalent to -H/--header skipped lines.

delimiter

Equivalent to -d/--delimiter.

Value

No return; always errors in read-only mode.