Bug/Issue with ReplaceTextWithMapping

2019-07-19 Thread Ameer Mawia
then - once in the meanwhile it has refreshed it cache - returned new mapped value. - So this cause the issue. Question: - Is this a known issue with ReplaceTextWithMapping Processor? - If not how can I create an issue for this? - How can I confirm this behaviour? Thanks, Ameer

Re: Bug/Issue with ReplaceTextWithMapping

2019-07-19 Thread Ameer Mawia
Correcting Typo. On Fri, Jul 19, 2019 at 2:03 PM Ameer Mawia wrote: > Guys, > > It seems that NIFI ReplaceTextWithMapping Processors has a BUG with > Refreshing its Mapped file. We are using its functionality in PROD and > getting odd behaviour. > > Our USAGE Scenario:

Re: NIFI Usage for Data Transformation

2018-11-01 Thread Ameer Mawia
schema-registries >> . >> >> An alternative option would be to port your custom java code into your >> own NiFi processor: >> >> https://medium.com/hashmapinc/creating-custom-processors-and-controllers-in-apache-nifi-e14148740ea >> under 'Steps for Creating a Cus

NIFI Usage for Data Transformation

2018-10-31 Thread Ameer Mawia
We have a use case where we take data from a source(text data in csv format), do transformation and manipulation of textual record, and output the data in another (csv)format. This is being done by a Java based custom framework, written specifically for this *transformation* piece. Recently as Apa