반응형
[퍼옴]
Importing data from CSV format
You can import data from CSV file(s) directly into your database table(s).
- Select a table(s) to which you want to import data. In the context menu choose "Import Data":
- Choose import format (CSV):
- Select input CSV file for each table you want to import and you can change the Importer settings (format specific) at this step:
- Set CSV-to-table mappings. You need to set a column in the CSV file for each database table column. You can skip columns (the value will be set to NULL in the target table column). You can set constant values for the table column if there is no source column for it in the CSV.
- Set options for loading data in the database. These options may affect the loading's performance:
About the replacing method option, you can read here.
- Review which file(s) and to which table(s) you will import. You can also save all your settings as a task in this step:
- Press finish. See extraction progress. You can keep working with your database during the export process as the data loading will be performed in the background. Note: avoid changing data in tables you have selected to be imported while the import is in progress. In the end you will see the status message:
Related topic: Migrating table(s) data to another database table(s)
반응형
'개발자 > DB' 카테고리의 다른 글
[macOS] DBeaver 프로그램이 갑자기 안열릴 때 Big sur에서 권한이 없다며 어플리케이션이 안열리는 경우의 해결!! (0) | 2022.02.04 |
---|---|
MFC에서 Mysql이용해 DB를 원하는 경로에 파일로 저장하기 (0) | 2020.08.07 |
MySQL 접속시 caching_sha2_password 오류 해결(퍼옴) (0) | 2020.07.24 |
MySQL 관련 사이트 추천 (0) | 2020.07.16 |
MFC - MySQL 연동하는 법 정리 (2) | 2020.07.15 |