[
https://issues.apache.org/jira/browse/NIFI-12887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann resolved NIFI-12887.
-------------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
> 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
>
> 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)