Hello,
I am still a newbie in NiFi.
I Json flowfile that i want to persist in a database using ConvertJsontoSql & PutSql.
I have no problem if the names of keys in Json flowfile match with the columns name in the database.
But if the keys names are different from column names whilst referring to same thing.
For example:
Flowfile attribute: surname
Database column: lastname
I have no access to alter database. And i have tried JoltTransform which didn't work.
Please, how do i map json keys to columns names , even if the key names change it would still point to the same column in the database.
Thank you.