I was wondering what the SQL Query format would be for inserting data from a CSV into MySQL would be. The template it gives is, "INSERT INTO tablename (col1, col2, col3) VALUES (?,?,?);"
Because the values are dynamic and different in each CSV file, what are they looking for to replace the question marks?
Here is a link to the general format of the template.
http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-template-copys3tords.html
Best,
kakkman