Member since
09-26-2020
2
Posts
0
Kudos Received
0
Solutions
09-26-2020
06:15 PM
hello, I have a flow that reads a file with many lines, I do a split and later I need to join the flows that have an attribute in common, but when doing it it is joining all the lines obtained after the split Example archive 1 ABC 555 2 ABC 333 3 DEF 444 4 DEF 222 5 GHI 777 After the split of each line I save an attribute _att_N_reclamo, for example in line one _att_N_reclamo is ABC, and I need to do a merge where three flows come out for example flow one 1 ABC 555 2 ABC 333 flow two 3 DEF 444 4 DEF 222 flow three 5 GHI 777 I am using a MergeContent, but the result is a single stream. Could you tell me how I could solve it. thaks
... View more
Labels:
- Labels:
-
Apache NiFi
09-26-2020
11:43 AM
Hello, new with nifi, I need to save in attributes a line of a text file, I have a get file, the split and I am using the extract text, but when trying to save the entire line it eliminates the blank spaces. You know how I can save the entire content in the attribute, including all the spaces. txt file example ExtractText
... View more
Labels:
- Labels:
-
Apache NiFi