Attempting to Import a CSV file in to the Local Storage connection database, but it continues to fail.
ERROR:
The Local Storage database is a MySQL database which has a limitation of 65656 chars per row. The csv file used for the import has exceeded the MySQL Database limitations. The user will need to either exclude importing some columns, manually change the varchar length when defining a new table, or create a new table before importing with correct number of columns and length that does not exceed MySQL rules.