Created 08-17-2016 02:39 PM
Please help me with below scenarios.
in my current approach I'm using extract text to assign the entire row as an attribute and then using update attribute to add new attribute with EL. I feel like it is not a correct approach. Please suggest a better way to do this.
Created 08-17-2016 05:03 PM
1) You can not apply EL to the content of a flow file, this is by design, The approach you mentioned with ExtractText is correct.
2) You might be able to do this with a custom processor, or possibly somehow using the distributed cache services, but in general a processor is operating on one flow file at a time.
Created 08-17-2016 05:03 PM
1) You can not apply EL to the content of a flow file, this is by design, The approach you mentioned with ExtractText is correct.
2) You might be able to do this with a custom processor, or possibly somehow using the distributed cache services, but in general a processor is operating on one flow file at a time.
Created 09-29-2017 03:20 PM
Hi, Hanu V
Can u please share the attributes example or flow file as an example to explain how extract text to assign the entire row as an attribute ???
I am searching for it from a while.