When I import my zip file from Parse I get a lot of errors.
First type of error that always comes back is:
7 09:29:23 IMPORT_DATA Error inserting row for table Gin java.lang.NumberFormatException: For input string: "38.8"
Second type of error:
74 09:29:53 IMPORT_DATA Error inserting row for table Tonic com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '`created`,`name.0BB0414E-86AF-9B66-FF55-696250564A00`,`objectId`,`picture.5A9E58' at line 1
This ensures that nothing is imported for that table.
Is there a way to fix this?