You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A progress bar is displayed when inserting data from a file. You can hide the progress bar using the ``--silent`` option.
493
495
496
+
.. _cli_insert_csv_tsv_delimiter:
497
+
498
+
Alternative delimiters and quote characters
499
+
-------------------------------------------
500
+
501
+
If your file uses a delimiter other than ``,`` or a quote character other than ``"`` you can specify them using the ``--delimiter`` and ``--quotechar`` options.
502
+
503
+
Here's a CSV file that uses ``;`` for delimiters and the ``|`` symbol for quote characters::
0 commit comments