Tom Morris
Tom Morris
### To Reproduce 1. Select "Add Column based on this Column" 2. With the expression `cells.a.value.toNumber() - cells.b.value.toNumber()`, switch the expression language to Python ### Current Results No error message...
It would be nice if GREL supported scientific / exponential notation notation e.g. "1.1e6" for 1.1 x 10^6 or 1.1 million. ### Proposed solution ``` floating-point-number ::= [sign] {digit}* decimal-point...
The current behavior of interpreting date strings without a timezone as being in UTC was a breaking change [introduced](https://github.com/OpenRefine/OpenRefine/commit/19f98b7ea2a012065a9e21999a9f9dc30347daf7#diff-665d024fa717cd5b5954821675bb5fafae) in May 2018 without any announcement (as far as I can...
Fixes #6058 Changes proposed in this pull request: - check for errors during createParserUIInitializationData phase (e.g. XML or JSON parse errors) and pass them to the front end - DefaultImportingController...
Fixes #6140 Changes proposed in this pull request: - Automatically encode URL before using it for fetch, using the correct encoding for each of the three different pieces of the...
Although cells can have multi-line values, it's unusual. It would probably be helpful to users to warn when we encounter embedded newlines in cell values on import. Related email thread:...
Our current default format doesn't include the level, so it's impossible to find ERROR or WARN level messages mixed in with DEBUG, INFO, etc messages. ### Current Results Logging messages...
I see this a lot in my development environment, but don't know if it represents a potential race / issue in customer systems: Could not resolve type id 'com.google.refine.preference.TopList' as...
When attempting to import the Getty AAT vocabulary [XML file](https://web.archive.org/web/20220418022604/http://aatdownloads.getty.edu/VocabData/aat_xml_1121.zip) the XML parser throws an error about the `xsi` namespace prefix being undefined, but this error is swallowed and never...
When the enhancement to `toDate()` requested in #729 was added in fa072df85c27ce601f867a7f39c5a5d1bf288dec 9 years ago (!), no documentation was included. The online help and the documentation should be updated to...