Added a mention of the new JsonImporter to CHANGES.txt
Corrected the logger name in JsonImporter.java git-svn-id: http://google-refine.googlecode.com/svn/trunk@1455 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
ad0d227ab3
commit
142591a090
@ -23,6 +23,7 @@ Features:
|
|||||||
- Regexp groups capturing GEL function
|
- Regexp groups capturing GEL function
|
||||||
- Importers
|
- Importers
|
||||||
- New: RDF exporter (as extension)
|
- New: RDF exporter (as extension)
|
||||||
|
- New: Json importer
|
||||||
- CSV and TSV importers: added support for ignoring quotation marks
|
- CSV and TSV importers: added support for ignoring quotation marks
|
||||||
- Added support for creating a project by pointing to a data file URL.
|
- Added support for creating a project by pointing to a data file URL.
|
||||||
- Text facet's choice count limit is now configurable through preference page
|
- Text facet's choice count limit is now configurable through preference page
|
||||||
|
@ -16,7 +16,7 @@ import com.google.refine.importers.parsers.TreeParser;
|
|||||||
import com.google.refine.model.Project;
|
import com.google.refine.model.Project;
|
||||||
|
|
||||||
public class JsonImporter implements StreamImporter{
|
public class JsonImporter implements StreamImporter{
|
||||||
final static Logger logger = LoggerFactory.getLogger("XmlImporter");
|
final static Logger logger = LoggerFactory.getLogger("JsonImporter");
|
||||||
|
|
||||||
public static final int BUFFER_SIZE = 64 * 1024;
|
public static final int BUFFER_SIZE = 64 * 1024;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user