-
Notifications
You must be signed in to change notification settings - Fork 6
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
Reversed logic in the JSON field name matcher #33
Comments
Hi @paulcappadona, Thanks! |
Hi @kalhomoud The method in question should be matching document metadata field names against a regex pattern, and if matching return true so that the committer processes the data as a JSON object (not a string). The following code illustrates that the match method should be issued against the field, not the regex pattern
The output of this code is Regards |
Method below
should have the json pattern match reversed
The text was updated successfully, but these errors were encountered: