Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot match blank indicator #107

Open
nichtich opened this issue Sep 27, 2021 · 2 comments
Open

Cannot match blank indicator #107

nichtich opened this issue Sep 27, 2021 · 2 comments

Comments

@nichtich
Copy link
Member

How do you select a field with blank indicator?

@phochste
Copy link
Member

You need to add quotes to map indicators. Catmandu is aggresive trying to interpret strings firsts as JSON paths.

E.g.

marc_map("300[ , ]a",test)
retain(test)

nichtich added a commit that referenced this issue Sep 28, 2021
@nichtich
Copy link
Member Author

Nope, this does not work. I've added a test in branch issue-107. I'd prefer to use _ and # as alias for blank indicator but this likely clashes with #109.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants