Re: [CSV] Trying RC3?

2014-08-04 Thread Benedikt Ritter
> Am 05.08.2014 um 03:20 schrieb Gary Gregory : > > On Mon, Aug 4, 2014 at 5:32 PM, Benedikt Ritter > wrote: > >> Maybe it's just the "Character" that bugs me... How do you like >> getEscapeSymbol() ? > > That's confusing for me. What is a "symbol" in comparison to "character" > and "string"?

Re: [CSV] Trying RC3?

2014-08-04 Thread Gary Gregory
On Mon, Aug 4, 2014 at 5:32 PM, Benedikt Ritter wrote: > Maybe it's just the "Character" that bugs me... How do you like > getEscapeSymbol() ? > That's confusing for me. What is a "symbol" in comparison to "character" and "string"? Seing the feedback from other users in this thread make me thin

RE: [CSV] Trying RC3?

2014-08-04 Thread Romain Manni-Bucau
Same here Le 4 août 2014 23:16, "Daniel Gredler (DHL GM US)" a écrit : > > For example, CSVFormat.getEscapeCharacter() works for me, when I read > the code, I read "get the escape character", not "get the escape", which > makes me think: "get the escape what?". > > For what it's worth, I feel the

RE: [CSV] Trying RC3?

2014-08-04 Thread Daniel Gredler (DHL GM US)
> For example, CSVFormat.getEscapeCharacter() works for me, when I read the > code, I read "get the escape character", not "get the escape", which makes me > think: "get the escape what?". For what it's worth, I feel the same way (I'm just a user of the library). Take care, Daniel -Origi

Re: [CSV] Trying RC3?

2014-08-04 Thread Benedikt Ritter
Maybe it's just the "Character" that bugs me... How do you like getEscapeSymbol() ? Benedikt Send from my mobile device > Am 02.08.2014 um 21:59 schrieb Gary Gregory : > > Hi Benedikt, > > I do like the API as it is now. > > Which API specifically are you concerned about? > > For example, C