mysql_import_data
Import data from CSV or JSON files into MySQL tables. Use the tool to specify table name, file path, format, and optional truncation to streamline data loading processes.
Instructions
从文件导入数据到表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | 导入文件路径 | |
format | Yes | 文件格式 | |
tableName | Yes | 表名称 | |
truncateFirst | No | 是否先清空表 |