I try convert inject json file into postgresql for that first i try to convert my json file into sql format by using ConvertJSONToSQL processor, after that I pass flow into replacetext processor and after that I make flow into putsql processor. In putsql processor I got issue
Due to org.postgresql.util.PSQLException: The column index is out of range: 1
NIFI Flow:

PutSQL Error:

Replacement Value: INSERT INTO public.detail (id,name, salary) VALUES (${id},${name},${salary})