How to get rid of $ attribute using JoltTransformJSON in Azure Nifi
My example schema from the Mongodb database looks something like this { "_id" : { "$oid" : "5bd761deae323e45a93cddae" } } From here, I would like to simplify this JSON format using JoltTransformJSON processor in Azure Nifi { "_id" : "5bd761deae323e45a93cddae"…