how to insert the whole json record(as a single json string) in NiFi flow file into json column of database
I am using NiFi to load data from database A in json record format and want to insert json record into a json column of a table in database B. A => ExecuteSQLRecord => [jsonRow,...] => [?] => B.table(data json)…