Re: Enable optional fields in csv parser

2019-11-17 Thread Otto Fowler
>> >> Hi all, >> >> Is there any way to mark some columns as optional in column mapping in >> CSV parser. >> >> Thanks and Regards, >> Hema >> >> -- -- simon elliston ball @sireb

Re: Enable optional fields in csv parser

2019-11-16 Thread Simon Elliston Ball
6, Hema malini (nhemamalin...@gmail.com) >> wrote: >> >> Hi all, >> >> Is there any way to mark some columns as optional in column mapping in >> CSV parser. >> >> Thanks and Regards, >> Hema >> >> -- -- simon elliston ball @sireb

Re: CSV parser

2019-11-16 Thread Hema malini
>> I referred the document - . >>>>> https://metron.apache.org/current-book/metron-platform/metron-parsers/index.html.. >>>>> I modified the file $METRON_HOME/config/zookeeper/parsers/csv.json. i am >>>>> getting still column metadata not defined.p

Re: Enable optional fields in csv parser

2019-11-16 Thread Hema malini
r does not support this either. You may have > to do some normalization work on your data if you need to account for this. > > > > > On November 16, 2019 at 08:49:36, Hema malini (nhemamalin...@gmail.com) > wrote: > > Hi all, > > Is there any way to mark some columns as opt

Re: Enable optional fields in csv parser

2019-11-16 Thread Otto Fowler
for this. On November 16, 2019 at 08:49:36, Hema malini (nhemamalin...@gmail.com) wrote: Hi all, Is there any way to mark some columns as optional in column mapping in CSV parser. Thanks and Regards, Hema

Enable optional fields in csv parser

2019-11-16 Thread Hema malini
Hi all, Is there any way to mark some columns as optional in column mapping in CSV parser. Thanks and Regards, Hema

Re: CSV parser

2019-11-12 Thread Hema malini
ETRON_HOME/config/zookeeper/parsers/csv.json. i am >>>> getting still column metadata not defined.please let me know what I am >>>> missing in this. >>>> >>>> On Tue, 12 Nov, 2019, 9:23 PM Simon Elliston Ball, < >>>> si...@si

Re: CSV parser

2019-11-12 Thread Simon Elliston Ball
all, < >>> si...@simonellistonball.com> wrote: >>> >>>> You modify the column data in the parser config. I suggest checking the >>>> docs for the csv parser. >>>> >>>> On Tue, 12 Nov 2019 at 15:51, Hema malini >>>> wrote

Re: CSV parser

2019-11-12 Thread Hema malini
; On Tue, 12 Nov, 2019, 9:23 PM Simon Elliston Ball, < >> si...@simonellistonball.com> wrote: >> >>> You modify the column data in the parser config. I suggest checking the >>> docs for the csv parser. >>> >>> On Tue, 12 Nov 2019 at 15:51,

Re: CSV parser

2019-11-12 Thread Simon Elliston Ball
> getting still column metadata not defined.please let me know what I am > missing in this. > > On Tue, 12 Nov, 2019, 9:23 PM Simon Elliston Ball, < > si...@simonellistonball.com> wrote: > >> You modify the column data in the parser config. I suggest checking the >>

Re: CSV parser

2019-11-12 Thread Hema malini
:23 PM Simon Elliston Ball, < si...@simonellistonball.com> wrote: > You modify the column data in the parser config. I suggest checking the > docs for the csv parser. > > On Tue, 12 Nov 2019 at 15:51, Hema malini wrote: > >> Hi, >> >> I enabled CSV parser a

CSV parser

2019-11-12 Thread Hema malini
Hi, I enabled CSV parser and created Kafka topic for CSV. Where i need to configure column metadata. Similarly for json parser where i should enable the json key ,value. Do i need to modify the parser class and redeploy the jar again. Thanks and regards, Hema