CAS-eResearch / TAOImport

TAO Data Conversion and Import Tools
GNU General Public License v3.0
2 stars 3 forks source link

Computed fields should always be carried through #8

Open manodeep opened 7 years ago

manodeep commented 7 years ago

Currently, only fields specified either in mapping_fields, get_extra_fields or required_fields are pulled through. However, computed_fields should always be carried through as well; at minimum there should be a check/warning if a computed field is not present in the output file.

H/T to @arhstevens