Hello,
I am trying to load a txt file to Aster using ncluster_loader and I get an error about some bad records error. How can I tell ncluster_loader to skip them.
Thank you very much.
check the options available for ncluster_loader
./ncluster_loader --help
I would give
--el-discard-errors Specified that all errors (malformed tuples) be discarded by nCluster. The default is disabled.
a try
Ulrich
Thank you very much Ulrich.