I'm having trouble uploading data to mysql database.
The data looks like this:
review_id, user, text
A typical line looks like this:
12345,SomeCoolName,"this is my "awsome" comment. some more text, and dome more. and some "more""
This should be a row in my table.
I'm having trouble uploading this content due to multiple lines in the text field and the use of commas and brackets. Any suggestions on how to deal with this issue?
Thanks!
I tried using some manuals I found about uploading csv files to a database, but with no success.
Demonstration example.
Source CSV content that must be imported:
The table this data must be imported into:
Query to load data into table:
Table data status after loading:
Liquidation:
rrreeeFinal table data status: