hi , i have a requirement where i have to convert json 1 to json 2 . Could
you please suggest how can i achieve it  nifi .

json1 - 
{
  "somedate" : "1557840900",
}
json2-
{
  "somedate" : {
    "$date" : 1557840900
  }
}

which kind of transformation i can use for the same.



--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

Reply via email to