Wrapping a JSON string

2018-08-27 Thread Steve Champagne
Hello, I'm ingesting some JSON data that I'd like to wrap in a json_string field as a string type. I tried using a JsonPathReader with a dynamic property 'json_string' and a value of $, but I seem to be getting back a string version of the JSON:

Re: GetMongo Truncates Dates

2018-08-27 Thread Ryan Hendrickson
Thanks Mike, I missed the email (all my NiFi goes to a folder). Glad to see it's in there. I'll get my first PR with something else! Ryan On Mon, Aug 27, 2018 at 8:26 AM Mike Thomsen wrote: > Pushed a PR for this. > > On Thu, Aug 23, 2018 at 9:23 PM Mike Thomsen > wrote: > >> Ryan, >> >>

Re: GetMongo Truncates Dates

2018-08-27 Thread Mike Thomsen
Pushed a PR for this. On Thu, Aug 23, 2018 at 9:23 PM Mike Thomsen wrote: > Ryan, > > Didn't see you put out a pull request in the last two weeks. Let me know > if you're actively working this, if not I can do my own patch. > > Thanks, > > Mike > > On Wed, Aug 8, 2018 at 6:03 AM Mike Thomsen >