nuodb / migration-tools

Migration tools for NuoDB
http://nuodb.github.com/migration-tools/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

migration tool shouldn't fail if table doesn't have a csv file in the location #8

Open akshah123 opened 11 years ago

akshah123 commented 11 years ago

At present, migration-tool's load utility fails, after spending quite some time processing, if one of the tables does not have a corresponding .csv file in the specified directory.

Instead of failing, it should simply note the fact and go ahead with other import. Or, there should be an option provided to ignore certain tables from the import.

It is possible, that one would want to use migration tool to import a subset of tables from another DB system. Or, a manual work around may require to re-import just one or two tables.