Re: [CSV] CSVMutableRecord

2017-08-15 Thread nitin mahendru
uch like that CSVRecord is unmodifiable. So I’d suggest an > >>>> API, > >>>> that creates a new record instead of mutating the existing one: > >>>> > >>>> CSVRecord newRecord = myRecord.put(1, „value") > >>>> > >>>>

[CSV] CSVMutableRecord

2017-08-14 Thread nitin mahendru
Hi Everyone, I recently pushed a change(pull request 20) to get the line ending from the parser. Now I want to push another change which I feel will also be useful for the community. I want to add a CSVRecordMutable class which had a constructor which accepts a CSVRecord object. So when we have

Re: [CSV] CSVMutableRecord

2017-08-14 Thread nitin mahendru
current CSVRecord class? > > Gary > > On Mon, Aug 14, 2017 at 2:54 PM, nitin mahendru < > nitin.mahendr...@gmail.com> > wrote: > > > Hi Everyone, > > > > I recently pushed a change(pull request 20) to get the line ending from > the > >

Re: [CSV] Record Separator query

2017-08-09 Thread nitin mahendru
ecord separator to use, the parser does not > tell you. > > Gary > > > On Aug 8, 2017 16:13, "nitin mahendru" <nitin.mahendr...@gmail.com> wrote: > > Hello All, > > I am trying to read in a csv file which may be 'crlf' or 'lf' seperated. > Then I w

Re: [CSV] Record Separator query

2017-08-10 Thread nitin mahendru
ed, Aug 9, 2017 at 5:04 PM, Guang Chao <guang.chao.1...@gmail.com> > wrote: > > > On Wed, Aug 9, 2017 at 6:12 AM, nitin mahendru < > nitin.mahendr...@gmail.com > > > > > wrote: > > > > > Hello All, > > > > > > I am trying to read i

Re: [CSV] Record Separator query

2017-08-10 Thread nitin mahendru
> Use the button provided by GitHub to copy the repo URL to the clipboard, > then you can just use "git clone " > > On Thu, Aug 10, 2017 at 1:05 PM, nitin mahendru < > nitin.mahendr...@gmail.com> > wrote: > > > Hello All, > > > > I raised a JIRA

Re: [CSV] Record Separator query

2017-08-11 Thread nitin mahendru
Thanks for accepting the pull request. Any pointers on when the version 1.5 will be released ? On Thu, Aug 10, 2017 at 2:19 PM nitin mahendru <nitin.mahendr...@gmail.com> wrote: > Thanks Greg. > Well the problem actually was that I am behind a proxy. So my mistake. > Sorry

Re: [CSV] Record Separator query

2017-08-09 Thread nitin mahendru
pache.org/proper/commons-csv/archives/1.2/apidocs/org/apache/commons/csv/CSVFormat.html > > > https://commons.apache.org/proper/commons-csv/archives/1.2/apidocs/org/apache/commons/csv/CSVFormat.html#withDelimiter-char- > > On Wed, Aug 9, 2017 at 12:51 PM, nitin mahendru < > n

Re: [CSV] CSVMutableRecord

2017-08-17 Thread nitin mahendru
Hi All, Any consensus on this ? -Nitin On Tue, Aug 15, 2017 at 4:43 PM Gary Gregory <garydgreg...@gmail.com> wrote: > On Tue, Aug 15, 2017 at 5:32 PM, Gilles <gil...@harfang.homelinux.org> > wrote: > > > On Tue, 15 Aug 2017 22:52:32 +, nitin mahendru wrote: &

Re: [CSV] CSVMutableRecord

2017-08-21 Thread nitin mahendru
Just another follow up. Anything new ? -Nitin On Thu, Aug 17, 2017 at 10:58 AM Gary Gregory <garydgreg...@gmail.com> wrote: > Not yet ;-) > > On Aug 17, 2017 11:34, "nitin mahendru" <nitin.mahendr...@gmail.com> > wrote: > > > Hi All, >

Re: [CSV] CSVMutableRecord

2017-08-25 Thread nitin mahendru
Hi Everyone, Any decision on this yet ? Thanks Nitin On Mon, Aug 21, 2017 at 2:51 PM nitin mahendru <nitin.mahendr...@gmail.com> wrote: > Just another follow up. Anything new ? > > -Nitin > > > > > On Thu, Aug 17, 2017 at 10:58 AM Gary Gregory <garydgreg...