diff --git a/norconex-committer-core/TODO.txt b/norconex-committer-core/TODO.txt index e9fed19..a52e07d 100644 --- a/norconex-committer-core/TODO.txt +++ b/norconex-committer-core/TODO.txt @@ -7,6 +7,9 @@ - Create a Spreadsheet Committer, with support for how to join multi-values. +- Create a new committer that saves docs to a flat file. XML and/or Json. + With option to break into numbered file after X bytes or X docs. + - Add committer server - Add chainable committers?? diff --git a/norconex-committer-core/pom.xml b/norconex-committer-core/pom.xml index 612529a..adce2b9 100644 --- a/norconex-committer-core/pom.xml +++ b/norconex-committer-core/pom.xml @@ -1,5 +1,5 @@