You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2019/09/03 14:00:56 UTC

[jira] [Updated] (NIFI-6497) FreeFormTextRecordSetWriter: get Flowfile attribute returns null

     [ https://issues.apache.org/jira/browse/NIFI-6497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Payne updated NIFI-6497:
-----------------------------
    Priority: Major  (was: Critical)

> FreeFormTextRecordSetWriter: get Flowfile attribute returns null
> ----------------------------------------------------------------
>
>                 Key: NIFI-6497
>                 URL: https://issues.apache.org/jira/browse/NIFI-6497
>             Project: Apache NiFi
>          Issue Type: Improvement
>    Affects Versions: 1.8.0
>            Reporter: DamienDEOM
>            Priority: Major
>
>  
> I'm trying to convert json records to database insert statements using the Splitrecords processor
> To do so, I use FreeFormTextRecordSetWriter controller with following text:
> {{INSERT INTO p17128.bookmark_users values ('${username}', '${firstname:urlEncode()}', '${user_id}', '${accountnumber}', '${lastname:urlEncode()}', '${nominal_time}'}})
> The resulting statement values are valid for all fields contained in Record reader.
> Now I'd like to add a field that is a flowfile attribute ( ${nominal_time} ), but I always get an empty string in the output.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)