...
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 |
...