Add filename to JSON attributes

2020-01-30 Thread KhajaAsmath Mohammed
Hi,, I have requirement where I need to add filename to attributes so that it would be easy for us to load into table by matching attribute name to columns in database. In this case we have 70 + json files having different attributes. "session": { "filename":"course", "id": "

Re: Add filename to JSON attributes

2020-01-30 Thread KhajaAsmath Mohammed
I was able to get it through JOLT using below. Need to add attribute extracted from JSON instead of test [ { "operation": "shift", "spec": { "*": "test_&" } } ] On Thu, Jan 30, 2020 at 6:05 PM KhajaAsmath Mohammed < mdkhajaasm...@gmail.com> wrote: > Hi,, > > I have

Re: CRON issue in NIFI

2020-01-30 Thread Joe Ferner
Might want to confirm that the system clock the NIFI node is running on is set to PST. You need to define the cron based on the system clock timezone, not your client clock. On Wed, Jan 29, 2020 at 2:11 PM KhajaAsmath Mohammed < mdkhajaasm...@gmail.com> wrote: > I have used the below expression