You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to read CSV dynamically and then by using ODO creating a table schema and hence inserting the CSV data into it. ODO is able to create the table schema successfully but raising error while inserting data into the same table. It is not able to insert a single row.
Also is it possible to create a connection string? I am using the following parameter in string
"host", "user", "passwd", "db", "local_infile"
For this my URI is
Hi,
I am trying to read CSV dynamically and then by using ODO creating a table schema and hence inserting the CSV data into it. ODO is able to create the table schema successfully but raising error while inserting data into the same table. It is not able to insert a single row.
Also is it possible to create a connection string? I am using the following parameter in string
"host", "user", "passwd", "db", "local_infile"
For this my URI is
odo('G:/django/ml_app/documents/demo.csv', 'mysql://abc:[email protected]/abcdb::testTbl9', delimiter='|')
But I am getting the following error. (I have replaced gpa by abc)
Any help would be appreciated!!!
The text was updated successfully, but these errors were encountered: