RandomSec/src/main/java/com/metaweb/gridworks/importers
Stefano Mazzocchi 798b2a36ca - archive and compressed file importer (supports zip, tar, gz, bz2, tar.gz and tar.bz2)
(works by loading the files that have the most common extensions in the archive)
- changed default max heap to 3Gb


git-svn-id: http://google-refine.googlecode.com/svn/trunk@381 7d457c2a-affb-35e4-300a-418c747d4874
2010-04-04 07:48:47 +00:00
..
parsers - added the ability to specify the character separator for CSV or TSV files that don't use commas or tabs (this was needed to parse a dataset that we got from the BBC to try things out) 2010-03-31 22:34:21 +00:00
ExcelImporter.java Try to roundtrip reconciled IDs as much as possible when import/export as Excel files. 2010-03-19 00:32:52 +00:00
Importer.java Changed tabs to spaces. No functionality change. 2010-03-03 04:19:58 +00:00
ImporterUtilities.java - added the ability to specify the character separator for CSV or TSV files that don't use commas or tabs (this was needed to parse a dataset that we got from the BBC to try things out) 2010-03-31 22:34:21 +00:00
TsvCsvImporter.java - archive and compressed file importer (supports zip, tar, gz, bz2, tar.gz and tar.bz2) 2010-04-04 07:48:47 +00:00
XmlImporter.java - archive and compressed file importer (supports zip, tar, gz, bz2, tar.gz and tar.bz2) 2010-04-04 07:48:47 +00:00
XmlImportUtilities.java clean eclipse warnings 2010-03-29 20:51:18 +00:00