[ 
https://issues.apache.org/jira/browse/NIFI-12887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830751#comment-17830751
 ] 

ASF subversion and git services commented on NIFI-12887:
--------------------------------------------------------

Commit 4009310f0414719cd9c5f922b5b6330b8247aa3d in nifi's branch 
refs/heads/support/nifi-1.x from Tamas Palfy
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4009310f04 ]

NIFI-12887 Added Binary String Format property to PutDatabaseRecord

Add option to treat Strings as hexadecimal character sequences or 
base64-encoded binary data when inserting into a binary type column.

This closes #8558

Signed-off-by: David Handermann <exceptionfact...@apache.org>


> 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
>             Fix For: 2.0.0-M3
>
>          Time Spent: 2.5h
>  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)

Reply via email to