I am trying to understand apache nifi in and out keeping files in hdfs and have various scenarios to work on. Please let me know the feasibility of each with explanations. I am adding few understanding with each scenario.
- Can we check
nullvalue present with in a single column? I have checked different processors, and foundnotNullproperty, but I think this works on file names, not on columns present within file. - Can we drop a column present in hdfs using nifi transformations?
- Can we change column values as in replace one text with other? I have checked replaceText property for the same.
- Can we delete a row from file system?
Please suggest the possibilities and how to achieve the goal.