I want to create a CSV file in Excel and then import that TABLE structure into MySQL database. Excel is easier to manipulate when initially creating the table as a majority of fields have the same first part to their name (ie Retirement1.....Retirement56). Can someone explain how to do this using the GoDaddy MySQL?
Hey @juricta,
Welcome to the community!
To clarify, you're trying to import CSV table data into a MySQL database? Haven't done this myself personally, but there is a walk through I found posted in another forum discussion at StackOverflow. Maybe this will help out.
Let us know how it goes.