typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
58 stars 17 forks source link

Improved error message for faulty row tokenisation #28

Open flyingsilverfin opened 3 years ago

flyingsilverfin commented 3 years ago

Users encounter errors such as:

[...] skipped row 59213 b/c does not have a proper <isa> statement or is missing required attributes. Faulty tokenized row: [...]

However, it is unclear exactly which part of the row is faulty. If the issue is a required attribute is missing, we should be able to print out the column number/name that is required but missing.