Upload CSV to Update Database
Column Hints:
- table_name: The name of the MySQL table.
- field_name: The column name in the table to be updated.
- value_to_change: The new value to set in the specified column.
- where_field: The column name to apply the WHERE condition on.
- where_value: The value of the WHERE condition column.
To use this feature:
- Prepare your database with the table and fields that match your CSV.
- Ensure the table names and field names in the CSV match exactly with your MySQL database schema.
- Download the template CSV format using the link below and fill it out with the appropriate data.
- Upload the completed CSV file.
Download Template