mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
Update Multiple-CSV-file-import.md
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# Multiple CSV file import
|
# Multiple CSV, JSON or NDJSON file import
|
||||||
|
|
||||||
Sometimes it's useful to import several CSV files as tables in one database. For
|
Sometimes it's useful to import several files as tables in one database. For
|
||||||
example, to be able to `JOIN` them in SQL.
|
example, to be able to `JOIN` them in SQL.
|
||||||
|
|
||||||
In sqliteviz you can not only create a database from a CSV file, but also add
|
In sqliteviz you can not only create a database from a CSV, JSON or NDJSON file, but also add
|
||||||
another table from CSV to the existing database.
|
another table from CSV, JSON or NDJSON to the existing database.
|
||||||
|
|
||||||
- Click  icon in the schema panel on `Workspace`
|
- Click  icon in the schema panel on `Workspace`
|
||||||
page
|
page
|
||||||
- Choose a CSV file
|
- Choose a file
|
||||||
- Import it with `CSV import` dialog.
|
- Import it with `import` dialog.
|
||||||
|
|||||||
Reference in New Issue
Block a user