I have a flow file whose content is Json,
I have table with schema
Name Null Type
-------- -------- ------------
SEQ_NUM NOT NULL NUMBER(22)
REQ_PYLD NOT NULL CLOB
CRTE_DT NOT NULL TIMESTAMP(6)
UPDT_DT NOT NULL TIMESTAMP(6)
I want Entire Json to be inserted into REQ_PYLD column
I am trying to use PutDatabaseRecord with TreeReader but it is not working
Can Someone suggest the correct processor or flow to achieve this in NIfi