Member since
11-14-2016
14
Posts
0
Kudos Received
0
Solutions
11-17-2016
11:52 AM
Every flow is perfectly working.. thanks a lot..! Can we check blank space also and replace it with some text value? i used Search Value as " " but it didnt work.. 😞 Could you please check dis one too once.. Many thanks! -Garima.
... View more
11-14-2016
06:33 PM
@Garima Verma , you can use RouteOnAttribute Processor to filter out the records based on the condition. One way to drop the column is to use ExtractText processor that assigns the columns to attributes using regular expression and in ReplaceText processor, you can drop that attribute from the FlowFile content. You can transform your null values by using ReplaceText processor which uses Nifi Expression language. I would recommend you to go through Nifi Processors and Nifi Expression language. Here is the link: https://nifi.apache.org/docs.html You can go through all processors and expression language guide here.
... View more