MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

If Record errors during Job, retain string of Record if available in `document` #230

Closed ghukill closed 6 years ago

ghukill commented 6 years ago

Not consistent behavior if document column contains string of Record, even if error occurs (e.g. checking XML well-formedness).

It would be good to go through each Job and determine that document column is written if possible.

ghukill commented 6 years ago

Opting to continue with behavior that document will remain empty if an error occurred, with the mindset that the document field is reserved for the output of the transformation. If an error occurrs, there is likely not output, and should not propagate the input.