Re: Generating SQL from JSON

2016-09-21 Thread Karthik Ramakrishnan
Thanks Bryan. My bad. I missed this big time.

Regards,
Karthik

On Wed, Sep 21, 2016 at 2:26 PM, Bryan Bende  wrote:

> Hello,
>
> Have you taken a look at ConvertJSONToSQL?
>
> https://nifi.apache.org/docs/nifi-docs/components/org.
> apache.nifi.processors.standard.ConvertJSONToSQL/index.html
>
> -Bryan
>
>
> On Wed, Sep 21, 2016 at 2:55 PM, Karthik Ramakrishnan <
> karthik.ramakrishna...@gmail.com> wrote:
>
>> Hello -,
>>
>> I wish to know if there are any processors that do this? I have seen most
>> of them and none seem to fit the purpose well, or it seems so to me. I have
>> a JSON and it contains all the data information for the row and I would
>> extract all the attributes and then make a SQL statement out of it and that
>> would be executed by PutSQL. Is this possible or should I go for a custom
>> processor?
>>
>> --
>> Thanks,
>> *Karthik Ramakrishnan*
>> *Contact : +1 (469) 951-8854 <%2B1%20%28469%29%20951-8854>*
>>
>>
>


-- 
Thanks,
*Karthik Ramakrishnan*
*Contact : +1 (469) 951-8854*


Re: Generating SQL from JSON

2016-09-21 Thread Bryan Bende
Hello,

Have you taken a look at ConvertJSONToSQL?

https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.ConvertJSONToSQL/index.html

-Bryan


On Wed, Sep 21, 2016 at 2:55 PM, Karthik Ramakrishnan <
karthik.ramakrishna...@gmail.com> wrote:

> Hello -,
>
> I wish to know if there are any processors that do this? I have seen most
> of them and none seem to fit the purpose well, or it seems so to me. I have
> a JSON and it contains all the data information for the row and I would
> extract all the attributes and then make a SQL statement out of it and that
> would be executed by PutSQL. Is this possible or should I go for a custom
> processor?
>
> --
> Thanks,
> *Karthik Ramakrishnan*
> *Contact : +1 (469) 951-8854 <%2B1%20%28469%29%20951-8854>*
>
>