bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.56k stars 329 forks source link

Reproduce UTF8 substring issue #1065

Open sodre opened 3 years ago

sodre commented 3 years ago

This pull-request fixes the UTF-8 handling issue for substring and size modify operations.

Close #1064

sodre commented 3 years ago

@chrisgittings, @jsurls

Would it be possible to provide feedback in this PR? We are using JOLT within NiFi for some JSON transforms, and it would be great if the handling of UTF-8 matched expectations.

I am happy to make modifications to the PR if necessary.

hilmiyildiz commented 3 years ago

Is there an update for this? will it be merged?