Import a CSV into your database — in one run

The scenario reads a CSV file, parses it into rows and inserts everything into your MySQL — no manual import.

  • The whole file into MySQL in one run
  • No manual row-copying or typos
  • Parses the CSV into columns itself
  • Ready to use right after loading