I have a table that consists of 2 columns
cattlegendernm | price
----------------+-------
Female | 10094
Female | 12001
Male | 12704
I would like to add another column with filename to this table using a nifi processor. Which Processor and SQL query should I use for this ?
