Import Wizard allows you to import data to a table from DBF, TXT, CSV, HTML, XML and more. You can save your settings as a profile for setting schedule.
Note: Navicat Lite version supports to import text-based files, such as TXT, CSV, HTML and XML file.
To open the import wizard (see Table Viewer (MySQL, Oracle, PostgreSQL or SQLite) for details.)
- Setting Import File Format (Step 1)
- Selecting Source File Name (Step 2)
- Setting Additional Options for Specific File Type
- Setting Target Table (Step 5)
- Adjusting Field Structures and Mapping Fields (Step 6)
- Selecting Import Mode (Step 7)
- Saving and Confirming Import (Step 8)
To run a saved import profile from the command line (set schedule)
- Create and save the import profile.
- Navicat Premium:
-
For MySQL Database:
- Start Navicat from command line - start_navicat /import mysql ConnectionName DatabaseName ProfileName
For Oracle Database:
- Start Navicat from command line - start_navicat /import ora ConnectionName SchemaName ProfileName
For PostgreSQL Database:
- Start Navicat from command line - start_navicat /import pgsql ConnectionName DatabaseName SchemaName ProfileName
For SQLite Database:
- Start Navicat from command line - start_navicat /import sqlite ConnectionName DatabaseName ProfileName
- Navicat for MySQL:
-
Start Navicat from command line - start_navicat /import ConnectionName DatabaseName ProfileName
- Navicat for Oracle:
-
Start Navicat from command line - start_navicat /import ConnectionName SchemaName ProfileName
- Navicat for PostgreSQL:
-
Start Navicat from command line - start_navicat /import ConnectionName DatabaseName SchemaName ProfileName
- Navicat for SQLite:
-
Start Navicat from command line - start_navicat /import ConnectionName DatabaseName ProfileName
Note: | ConnectionName -> name of the connection |
DatabaseName -> name of the database | |
SchemaName -> name of the schema | |
ProfileName -> name of the saved import profile |
See also:
Execute SQL File
Export Wizard