RandomSec/main/tests/server/src/com/google/refine/importers
Tom Morris 3717111db8
Fix Open Office Spreadsheet (ODS) dates (#2843)
* Truncate any completely empty columns on the right

Fixes #565
The current versions of Open Office create default spreadsheets
with over 1000 empty columns. Keep track of the rightmost
non-empty column when importing and truncate everything else.

Also adds a basic ODS import test.

* Fix dates in ODS spreadsheets

Fixes #2224
2020-07-04 08:42:33 +02:00
..
ExcelImporterTests.java Add Excel95 import test and improve other importer tests (#2844) 2020-06-30 08:20:56 +02:00
films.ods Fix Open Office Spreadsheet (ODS) dates (#2843) 2020-07-04 08:42:33 +02:00
FixedWidthImporterTests.java add archive column (#2573) 2020-06-15 19:56:00 +02:00
ImporterTest.java Add Excel95 import test and improve other importer tests (#2844) 2020-06-30 08:20:56 +02:00
ImporterUtilitiesTests.java Fix: Data losses when importing multiple sheets from same Excell file (#2404) 2020-03-23 22:41:23 +01:00
JsonImporterTests.java Unit test improvements (#2856) 2020-07-02 20:29:21 +02:00
OdsImporterTests.java Fix Open Office Spreadsheet (ODS) dates (#2843) 2020-07-04 08:42:33 +02:00
RdfTripleImporterTests.java Fall back to Apache Jena 3.9.0 (from 3.15.0) (#2826) 2020-06-27 23:40:21 +02:00
TsvCsvImporterTests.java add archive column (#2573) 2020-06-15 19:56:00 +02:00
WikitextImporterTests.java mock reconciliation service (#2410) 2020-03-14 09:40:15 +00:00
XmlImporterTests.java Remove shortest-column-name ordering 2020-07-02 16:12:55 -04:00
XmlImportUtilitiesStub.java Rename test packages to match tested ones, for #2133 2019-08-23 11:55:31 +01:00
XmlImportUtilitiesTests.java Fix silent error in JSON/XML importers (#2414) 2020-03-27 09:41:49 +01:00