[ https://issues.apache.org/jira/browse/NUTCH-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395416#comment-16395416 ]
ASF GitHub Bot commented on NUTCH-1541: --------------------------------------- sebastian-nagel commented on issue #294: NUTCH-1541 Indexer plugin to write CSV URL: https://github.com/apache/nutch/pull/294#issuecomment-372357412 Hi @okedoki, something's weird, the line numbers in the stack do not correspond to the source code: ``` org.apache.nutch.indexwriter.csv.CSVIndexWriter.writeEscaped(CSVIndexWriter.java:357) at org.apache.nutch.indexwriter.csv.CSVIndexWriter.writeQuoted(CSVIndexWriter.java:320) at org.apache.nutch.indexwriter.csv.CSVIndexWriter.write(CSVIndexWriter.java:248) at ``` E.g., writeQuoted() starts in [line 365](https://github.com/sebastian-nagel/nutch/blob/a8e59ec2c6dc4f61acdc33bf42f4a7eb98e98663/src/plugin/indexer-csv/src/java/org/apache/nutch/indexwriter/csv/CSVIndexWriter.java#L365). Are you testing an earlier patch? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 > Indexer plugin to write CSV > --------------------------- > > Key: NUTCH-1541 > URL: https://issues.apache.org/jira/browse/NUTCH-1541 > Project: Nutch > Issue Type: New Feature > Components: indexer > Affects Versions: 1.7 > Reporter: Sebastian Nagel > Priority: Minor > Attachments: NUTCH-1541-v1.patch, NUTCH-1541-v2.patch > > > With the new pluggable indexer a simple plugin would be handy to write > configurable fields into a CSV file - for further analysis or just for export. -- This message was sent by Atlassian JIRA (v7.6.3#76005)