Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
-H: Set the first line in the csv file as a header which is excluded in importing.


Example:

Code Block
csvimport -t table_name -d table_name.csv -H

...

Code Block
-H: Set the column names of the table as the names of the fields in the first line of exported csv file.

Example:

Code Block
csvexport -t table_name -d table_name.csv -H

...