You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Rafał Kuć <ra...@alud.com.pl> on 2011/06/20 21:24:11 UTC

CSV update handler question

Hello!

 I have a question about the CSV update handler. Lets say I have the
following file sent to CSV update handler using curl:

id,name
"1","aaa ""bbb""ccc"

It throws an error, saying that:
Error 400 java.io.IOException: (line 0) invalid char between encapsulated token end delimiter

If I change the contents of the file to:

id,name
"1","aaa ""bbb"" ccc"

it works without a problem. This anyone encountered this ? Is it know behavior ?

-- 
Regards,
 Rafał Kuć