NASA-PDS / registry-sweepers

Scripts that run regularly on the registry database, to clean and consolidate information
Apache License 2.0
0 stars 1 forks source link

add support for legacy data with non-array-typed singleton properties #24

Closed alexdunnjpl closed 1 year ago

alexdunnjpl commented 1 year ago

🗒️ Summary

Previously, single-string properties were stored in db as strings, not arrays containing single strings. This was not accounted for in the initial ancestry implementation. This PR adds support for such data.

⚙️ Test Data and/or Report

Functional tests pass. New unit testcase added for this requirement

♻️ Related Issues

fixes #19