{
  "$type": "site.standard.document",
  "canonicalUrl": "https://rickymoorhouse.uk/blog/2010/2010-01-12-load-csv-data-into-mysql",
  "path": "/blog/2010/2010-01-12-load-csv-data-into-mysql",
  "publishedAt": "2010-01-12T11:20:58.000Z",
  "site": "at://did:plc:r53zv4vpzeihop3aliwyejlu/site.standard.publication/3mos5q3a7jf2w",
  "textContent": "<code>\n    load data local infile '<em>export.csv</em>' into table <em>table_name</em>\n    fields terminated by ','\n    enclosed by '\"'\n    lines terminated by 'n'\n    (<em>field_list</em>)\n    </code>",
  "title": "Load CSV data into MySQL"
}