dan-s1 commented on code in PR #11031:
URL: https://github.com/apache/nifi/pull/11031#discussion_r2989495753


##########
nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-processors/src/main/java/org/apache/nifi/processors/jolt/JoltTransformJSON.java:
##########
@@ -112,6 +113,15 @@ public class JoltTransformJSON extends 
AbstractJoltTransform {
             .addValidator(StandardValidators.DATA_SIZE_VALIDATOR)
             .build();
 
+    public static final PropertyDescriptor RETAIN_UNICODE_ESCAPE_SEQUENCES = 
new PropertyDescriptor.Builder()
+            .name("Retain Unicode Escape Sequences")
+            .description("Allows for retaining Unicode escape sequences 
instead of resolving them (e.g. retain text \u00E9 without resolving to é)")

Review Comment:
   Good catch! You do need to escape. That would have looked weird.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to