I am using NIFI and I want to extract the attributes of my strings.
My filetext looks like this:
DEV=A9E ,SEN=1 DEV=B9E ,SEN=2 ...
And I want to split the text line by line and then extract the dev and sen for the attribute, in any way using NIFI, I tried to split the text and split the content, but I donβt see how I can split the text line by line.
source share