[jira] [Created] (NIFI-6527) New processor: input text, sliders..

2019-08-05 Thread DamienDEOM (JIRA)
DamienDEOM created NIFI-6527:


 Summary: New processor: input text, sliders..
 Key: NIFI-6527
 URL: https://issues.apache.org/jira/browse/NIFI-6527
 Project: Apache NiFi
  Issue Type: New Feature
Reporter: DamienDEOM


It would be very useful to add a serie of processor that set parameters more 
visually.

Examples:

- date / time processor using calendar wiew (useful when doing reprocessing)

- integer values using sliders

 

As an alternative, we could detect flowfile parameters type, and show a sidebar 
panel to edit their value dynamically

 

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


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

2019-07-29 Thread DamienDEOM (JIRA)
DamienDEOM created NIFI-6497:


 Summary: FreeFormTextRecordSetWriter: get Flowfile attribute 
returns null
 Key: NIFI-6497
 URL: https://issues.apache.org/jira/browse/NIFI-6497
 Project: Apache NiFi
  Issue Type: Bug
Affects Versions: 1.8.0
Reporter: DamienDEOM


 
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
(v7.6.14#76016)