I want to monitor a csv file which generated through a script and producing output as below
Below am having 4 columns one with id one with date,one with description and one with explanation in some kind of xml stuffs
123,2016-07-07 05:00:00,gooddata,somexmldata
123,2016-07-07 06:00:00,baddata,somexmldata
123,2016-07-07 07:00:00,gooddata,somexmldata
123,2016-07-07 08:00:00,baddata,somexmldata
How to monitor this csv file ( What are the things i need to have in my props & transforms) (Linebreaking/Timestamprule/...)
I wanted to filter the rows which is having C column with the string "baddata". How can I send these rows to null queue
Any help appreciated !! Thanks in advance
... View more