update_database
Update database tables from CSV or Excel files by specifying file path, database type, connection string, and target table name.
Instructions
Update the database from a CSV or Excel file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the CSV or Excel file | |
| databaseType | Yes | Type of database (e.g., PostgreSQL, MySQL, MongoDB, SQLite) | |
| connectionString | Yes | Connection string for the database | |
| tableName | Yes | Name of the table to update |