Hi,
I’m trying to build a dataflow using FeatureReader to read my files.
Whenever I encounter a file with an error, the log file contains this snippet:
2016-11-24 09:50:12| 994.1| 0.0|INFORM|Expected a value string for '%L1KR', found '%KM1' instead, in line '916' of input file
2016-11-24 09:50:12| 994.1| 0.0|INFORM|DSFL halted, approx. line in input file: '916'
2016-11-24 09:50:12| 994.1| 0.0|ERROR |Error DSFL expected a value string from the input file
2016-11-24 09:50:12| 994.1| 0.0|INFORM|Closing the DSFL reader
However, the feature output by the “<Rejected>” port of the FeatureReader only contains a single “_reader_error” attribute with very limited content:
Error DSFL expected a value string from the input file
Would it be possible to enhance this error output significantly, preferably adding more error information (e.g. the offending line number), but at least so that the error message attribute reflects the full error messages shown at the top in the log file ?
Cheers
Lars I.