esmero / archipelago-deployment

Archipelago Commons Docker Deployment Repository
33 stars 15 forks source link

import_export.sh script encoding/escaping bug #231

Closed aksm closed 1 year ago

aksm commented 1 year ago

What?

The import_export.sh script I cobbled together works for the metadata templates I tested, but something is going awry (still learning!) with the AMI ingest template. It looks like some character(s) are not getting encoded or escaped correctly.

aksm commented 1 year ago

The script is currently producing the following: \"https:\\/\\/www.w3.org\\/ns\\/activitystreams\"

It should be producing the following: \"https:\\\/\\\/www.w3.org\\\/ns\\\/activitystreams\"