Hi Team ,

I am relatively new to Nifi regex .

i have a requirement like i have a flow file content as below .

XXXXXXXX<FLIGHT-IN>
                <FLIGHT>KH228</FLIGHT>
                <DATE>20JUN19</DATE>
                </FLIGHT-IN>YYYYYYYYY

And the expected out put is 
<FLIGHT-IN>
          <FLIGHT>KH228</FLIGHT>
          <DATE>20JUN19</DATE>
</FLIGHT-IN>

i know we can achieve the same  with replace text and nifi expression
language but not sure how .

Quick help is highly appriciated. 



--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

Reply via email to