mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Detect types for sqlite-utils memory CSV, opt out with --no-detect-types - closes #282
This commit is contained in:
parent
fd9867d145
commit
ec5174ed40
4 changed files with 50 additions and 15 deletions
|
|
@ -291,6 +291,8 @@ Incoming CSV data will be assumed to use ``utf-8``. If your data uses a differen
|
|||
|
||||
If you are joining across multiple CSV files they must all use the same encoding.
|
||||
|
||||
Column types will be automatically detected in CSV or TSV data, using the same mechanism as ``--detect-types`` described in :ref:`cli_insert_csv_tsv`. You can pass the ``--no-detect-types`` option to disable this automatic type detection and treat all CSV and TSV columns as ``TEXT``.
|
||||
|
||||
.. _cli_memory_explicit:
|
||||
|
||||
Explicitly specifying the format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue