RandomSec/src/main/java/com/metaweb/gridworks
Stefano Mazzocchi dced641599 - 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)
- used commons-lang split function instead of the java String.split one, this is necessary to avoid having to escape separators that might be confused for regexps


git-svn-id: http://google-refine.googlecode.com/svn/trunk@368 7d457c2a-affb-35e4-300a-418c747d4874
2010-03-31 22:34:21 +00:00
..
browsing Fixed "off by one bucket" bug in range facet's binning algorithm. 2010-03-22 22:04:29 +00:00
clustering - incorporated Paolo Ciccarese's fixes for VPTrees in Vicino 2010-03-13 09:34:17 +00:00
commands - 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
exporters Use application/x-unknown when exporting TSV so that the browser just saves the result. This is good for large exports, which overload the browser if the browser tries to display them. 2010-03-24 17:51:27 +00:00
expr Added splitByLengths function. 2010-03-24 04:30:31 +00:00
gel Properly unescape \t, \r, \n, \\. 2010-03-24 17:50:44 +00:00
history Support quick undo of the last operation (Ctrl-Z). 2010-03-23 00:26:28 +00:00
importers - 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
model Got some work done on the plane: 2010-03-27 05:23:09 +00:00
operations Track freebase types of columns added with data from Freebase, so that we can later add more data based on those columns. Fixed minor bug in serialization of data extension records. 2010-03-16 06:18:00 +00:00
process Support quick undo of the last operation (Ctrl-Z). 2010-03-23 00:26:28 +00:00
protograph Track freebase types of columns added with data from Freebase, so that we can later add more data based on those columns. Fixed minor bug in serialization of data extension records. 2010-03-16 06:18:00 +00:00
util Fixed minor bug introduced recently into the Export Project menu command. 2010-03-21 20:26:35 +00:00
Configurations.java major rewrite of the foundation: 2010-02-07 23:15:50 +00:00
Gridworks.java Major refactoring: everything is now saved to disk using our own formats, mostly json-based, some inside zip files. 2010-03-07 22:37:26 +00:00
GridworksServlet.java Started a round of documentation. 2010-03-20 23:56:28 +00:00
Jsonizable.java Started a round of documentation. 2010-03-20 23:56:28 +00:00
ProjectManager.java Started a round of documentation. 2010-03-20 23:56:28 +00:00
ProjectMetadata.java Started a round of documentation. 2010-03-20 23:56:28 +00:00