top of page

CSV Concert Data to MySQL Importer

Automates importing concert data from a local CSV file into a MySQL database using n8n. Utilizes n8n core nodes: Manual Trigger, Read Binary File, Spreadsheet File, and MySQL node to parse CSV and insert records into the 'concerts_2023_csv' table.

bottom of page