Updated change list

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1121 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-07-30 23:54:06 +00:00
parent d71d84194f
commit 717ccdaf41

View File

@ -1,3 +1,24 @@
Ongoing
Major Changes:
- New extension architecture.
- Generalized reconciliation framework that allows plugging in standard reconciliation services.
- Support for QA on data loads into Freebase.
Features:
- New commands: Transpose Cells in Columns into Rows
- New GEL functions: smartSplit
- New GEL controls: forEachIndex, forRange, filter
- New GEL parameters:
- preserveAllTokens on split function
- New exporters: to RDF (as extension)
- In CSV and TSV importers, added support for ignoring quotation marks
- Regexp groups capturing GEL function
Fixes:
- TSV/CSV exporter bug: Gridworks crashed when there were empty cells.
- Issue 69: ControlFunctionRegistry now correctly registers Chomp expression as "chomp" key.
1.1 Release (May 27, 2010)
Features: