ranjithrp commented on issue #46: added ignoreQuoteInToken support to ignore 
quotes in strings
URL: https://github.com/apache/commons-csv/pull/46#issuecomment-506601977
 
 
   > @ranjithrp
   > I would prefer to see a unit test that that compares your example input 
with an actual parsed row where each column value is asserted for its 
correctness.
   > Thank you,
   > Gary
   
   @garydgregory i have tried to do the same in 
src/test/java/org/apache/commons/csv/LexerTest.java. In one of the test case, i 
have set the boolean to true and shown how it is able to retrieve each token 
and have asserted the values also.
   In another test case, i have set the boolean to false and shown how the 
parser throws an exception while parsing a token with quotes within. 
   Please let me know if you are looking for anything specific apart from this? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to