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

extract add - separators, before and after characters #193

Open
shenek opened this issue Mar 21, 2021 · 1 comment
Open

extract add - separators, before and after characters #193

shenek opened this issue Mar 21, 2021 · 1 comment
Assignees
Milestone

Comments

@shenek
Copy link
Owner

shenek commented Mar 21, 2021

note that there can be two definitions of before and after. Consider there are two JSON in the input:

[{"extracted": "1"}, {"extracted": "2"}]
[{"extracted": "3"}]

Using simple matcher []{"extracted"}, it could be extracted in two different ways (using [, ] and ,):

["1", "2"]
["3"]

or

["1","2","3"]
@shenek shenek added this to the 7.0.0 milestone Mar 21, 2021
@shenek shenek self-assigned this Mar 21, 2021
@shenek shenek modified the milestones: 7.0.0, 7.1.0 Mar 25, 2021
@shenek shenek modified the milestones: 7.1.0, 7.2.0 Apr 30, 2021
@shenek
Copy link
Owner Author

shenek commented May 21, 2021

This might be related to #229

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

1 participant