I have a column in a table that has type multipoint. How do I structure the data in my file to either use mysqlimport
or the LOAD DATA INFILE
construct to import this file?
Right now my data is in a plaintext json-formatted file (not in a database) and I would like to structure it to be compatible for import.
I am using MariaDB 15.1