digital-preservation/csv-schema

Ability to escape characters

paulyoung84 opened this issue · 0 comments

A use case has appeared where it would be useful to be able to escape characters so that they can be interpreted differently from default behaviour.

For example -

is("")

Causes an error because it contains ", propose being able to use backlash to escape.

is("<extref href="http://www.nationalarchives.gov.uk\">")