project-lux / data-pipeline

Data pipeline to harvest, transform, reconcile, enrich and export Linked Art data for LUX (or other system)
Apache License 2.0
18 stars 1 forks source link

bug in LCNAF mapper #106

Closed kkdavis14 closed 3 months ago

kkdavis14 commented 3 months ago

ignore non-descriptive branch name. discovered a bug in LC Mapper that wasn't processing LCNAF props if RWO was a list--rwo[0] was just the first dictionary in the list, it wouldn't find any of the props. This works for dict and list RWO.

updated and had to update the base reconciler to check for rec['id'] first because of the fake reconrecs built in LCMapper.