From 3e2809655c6bf470866f017a33fd2a3bc35b981f Mon Sep 17 00:00:00 2001 From: lana-k Date: Tue, 17 Sep 2024 11:40:08 +0200 Subject: [PATCH] Update Multiple-CSV-file-import.md --- Multiple-CSV-file-import.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Multiple-CSV-file-import.md b/Multiple-CSV-file-import.md index 24f07b5..bff584b 100644 --- a/Multiple-CSV-file-import.md +++ b/Multiple-CSV-file-import.md @@ -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. -In sqliteviz you can not only create a database from a CSV file, but also add -another table from CSV to the existing database. +In sqliteviz you can not only create a database from a CSV, JSON or NDJSON file, but also add +another table from CSV, JSON or NDJSON to the existing database. - Click ![](./img/add-csv.svg) icon in the schema panel on `Workspace` page -- Choose a CSV file -- Import it with `CSV import` dialog. +- Choose a file +- Import it with `import` dialog.