This article shares the specific code for importing csv files into mysql using navicat for your reference. The specific content is as follows 1. Open navicat, connect to the database and find the table you want to import data into. The database tables are under Tables under the specified database. 2. Right-click the data table. Click import wizard. 3. Select the file type to import data. This article takes csv file as an example and selects the csv file. 4. Next, select the location of the file. You can click the ellipsis after the first empty input box to locate your own file by browsing the file system. Select the same encoding as your file. 5. The first option is record segmentation, you can use the default, the second option is field separator, csv file default 6.field name row indicates the location of the field name, usually the first row. First data row indicates the position of the first data. If there is no field name, the value is 1. If there is a field name, the value is 2. The last data 7.The source table indicates the location where the data is stored, and the target table indicates the table into which the data is imported. 8. Indicates the data flow direction. The user_id data in the source table will be imported into the user_id of the target table. 9. There are two ways to import data. One is 10. Click start to begin execution. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Nodejs converts JSON string into JSON object error solution
>>: Detailed explanation of the solution to Ubuntu dual system stuck when starting
Installed Docker V1.13.1 on centos7.3 using yum B...
Aggregating data from various sources allows the ...
I recently discussed "advertising" with...
Special note: Only the Swoole extension is instal...
External temporary tables A temporary table creat...
Table of contents What is virtual dom? Why do we ...
The CSS3 category menu effects are as follows: HT...
History always repeats itself surprisingly well. ...
Table of contents 1. What is a window function? 1...
The CSS implementation code for setting the scrol...
Mysql limit paging statement usage Compared with ...
1. Native network request 1. XMLHttpRequest (w3c ...
Here is a case study on how to close ads using Ja...
Recently, I want to regularly back up important i...
This article is based on Linux centos8 to install...