[
https://issues.apache.org/jira/browse/NIFI-12887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17827359#comment-17827359
]
ASF subversion and git services commented on NIFI-12887:
--------------------------------------------------------
Commit 42bd5243bb3e32b21559f628126d1795e11c5c30 in nifi's branch
refs/heads/main from Tamas Palfy
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=42bd5243bb ]
NIFI-12887 Added Binary String Format property to PutDatabaseRecord
- Supports handling Strings as hexadecimal character sequences or
base64-encoded binary data when inserting into a binary type column
This closes #8493
Signed-off-by: David Handermann <[email protected]>
> Additional ways for handling Strings as binary in PutDatabaseRecord
> -------------------------------------------------------------------
>
> Key: NIFI-12887
> URL: https://issues.apache.org/jira/browse/NIFI-12887
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Tamas Palfy
> Assignee: Tamas Palfy
> Priority: Major
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> PutDatabaseRecord expects byte arrays when inserting into a binary type
> column (blob, binary etc.)
> Or if String is encountered it uses a UTF8 String -> byte conversion.
> Using hex-string or base64-encoding to represent binary data as string is
> fairly common so this Jira is about adding these capabilities to the
> processor.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)