sul-dlss / dlme-transform

Transforms raw DLME metadata to DLME intermediate representation
Apache License 2.0
0 stars 2 forks source link

Creat nil-safe version of all traject transformation macros #1115

Closed jacobthill closed 4 days ago

jacobthill commented 3 months ago

Make sure we have a dlme_version that catches nil values of all of the macros in https://github.com/traject/traject/blob/main/lib/traject/macros/transformation.rb. Remove all uses of old macros and switch to nil-safe version.