-
Notifications
You must be signed in to change notification settings - Fork 207
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
[BUG] : unable to set field_delimiter_regex #2946
Comments
This is a bug. The Line 37 in 05d229a
You should be able to get around this until the bug is fixed by changing your config to
|
@graytaylor0 The workaround doesn't work, as field_split_characters is set to be Why not just set the field_delimiter_regex to take precedence, i.e. ignoring the field_split_characters when a regex is configured? |
@bbgu1, I used substitute_string processor as a workaround and then the key_value, idk if that helps your scenario.
|
PR to resolve this: |
Describe the bug
While trying to set field_delimiter_regex, I see the following error
Caused by: java.lang.IllegalArgumentException: field_delimiter_regex and field_split_characters cannot both be defined.
, I am not setting field_split_characters, I assume it is using the default one.To Reproduce
field_delimiter_regex: "&\\{2\\}"
Pipeline config
The text was updated successfully, but these errors were encountered: