Import an XML file into your database — automatically

The scenario reads an XML file, parses it into fields, and inserts every record into a database table in a single run.

  • Reads the XML file itself
  • Parses it into fields
  • Inserts the records into the database
  • The whole file in one run
MySQL