I am new to Apache Nifi and trying to evaluate the tool according to the business requirement, and stuck with few scenarios.
I ingested csv files using ListFile and FetchFile Processor, now i want to perform below task on the ingested data:
1. Delete one single row from ingested data depending on any given condition.
2. Drop any one column, i can specify the name of the column too.
3. Can i transform null values present within the ingested csv?
Thanks in Advance!