How to define/process NiFi FlowFile content without a schema? -


i have been experimenting nifi (via hortonworks hdf) , can't grasp seems basic. start file..i want filter records based on value (e.g., field number 2 contains "xyz")...then write matching records hdfs.

i have non-filtered flow working can't find docs or examples showing how apply schema (or in way understand "content") of file.

what missing?

(i have seen references flowfiles being "schema-less" - not sure how useful).

for example, file this:

[app1][field1][field2] [app2][field1][field2] [app2][field1][field2][field3] [app3][field1] 

i want filter select records containing "[app2]" , create hdfs file looks this:

field1,field2 field1,field2,field3 


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -