0
votes
0answers
63 views

Azure Table Storage bulk import app? [closed]

Is there a (preferably threaded) app for doing bulk imports to Windows Azure Table Storage which does the inserts in batches and has automatic retry, going from CSV or XML? TableXplorer seems to do ...
0
votes
1answer
113 views

Does Oracle DB has a tool like DTS Wizard in SQL Server?

Is there a tool like the Microsoft SQL Server's DTS (Data Transformation Services) Wizard that simplifies the process of ad-hoc importing of flat files (CSV, TSV, or XLS) to Oracle database? ...
0
votes
1answer
487 views

mysqlimport and “duplicate entry” error

I've used mysqlimport for MyISAM tables a lot in the past, without any problems. But now i want to import data into a InnoDB table and are facing the following problem: mysqlimport reports the ...
3
votes
3answers
5k views

How does one list warnings from the 'mysqlimport' utility?

To start off, this is not about loading data from within mysql itself, but using the command-line tool "mysqlimport". I am using it to load a CSV directly into a table and need to see the warnings ...