RandomSec/main/src/com/google/refine/importers
2010-09-28 14:19:19 +00:00
..
parsers XmlImportUtilities no longer relies on XMLStreamConstants, and is now independent of any specific type of tree data (Xml or otherwise). 2010-09-28 10:46:33 +00:00
ExcelImporter.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
Importer.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
ImporterRegistry.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
ImporterUtilities.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
ImportException.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
JsonImporter.java Correcting JsonImporter to use the correct parser. 2010-09-28 14:19:19 +00:00
MarcImporter.java More renaming, except for: client-side code, build scripts, anything to do with data loading and QA, workspace path. Refine can still run, and undo/redo on existing projects is working. 2010-09-22 18:36:33 +00:00
RdfTripleImporter.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
ReaderImporter.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
StreamImporter.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
TreeImportUtilities.java The renaming of TreeImporter to TreeImportUtilities didn't seem to get committed last time. Trying again. 2010-09-27 22:57:26 +00:00
TsvCsvImporter.java Fixed Issue 121: Importing attached file strips backslashes 2010-09-28 03:35:42 +00:00
UrlImporter.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
XmlImporter.java New JsonImporter, JsonParser and JsonImporterTests (copy of XmlImporterTests with syntax of the example data altered for Json). 2010-09-27 22:53:17 +00:00
XmlImportUtilities.java XmlImportUtilities no longer relies on XMLStreamConstants, and is now independent of any specific type of tree data (Xml or otherwise). 2010-09-28 10:46:33 +00:00