You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue whereby some json like messages are having numeric filed names that break the final avrò schemas
I would like to use the pattern replace transform to add a prefix/suffix to all fields that are numeric.
I don't know how many fields will satisfy this property so i cannot use a regular ReplaceField to rename those fields in advance
Can this be achieved with something like
pattern: "/d"
Replace with: "prefix_$1_suffix"
?
The text was updated successfully, but these errors were encountered:
Thanks for this open source project.
I am facing an issue whereby some json like messages are having numeric filed names that break the final avrò schemas
I would like to use the pattern replace transform to add a prefix/suffix to all fields that are numeric.
I don't know how many fields will satisfy this property so i cannot use a regular ReplaceField to rename those fields in advance
Can this be achieved with something like
pattern: "/d"
Replace with: "prefix_$1_suffix"
?
The text was updated successfully, but these errors were encountered: