datalad-tabby/datalad_tabby/tests
Michał Szczepanik cae025af31 Trim empty rows when converting xlsx to tsv
With this change, excel to tabby conversion will preserve empty lines
in the middle of the file (maybe a visual separation of sections in a
many-objects file), but truncate empty lines at the end (maybe excel
artefact). This requires double iteration over the rows (first to find
where data ends, then to export), but it seems inexpensive.

This should help situations when excel (or calc) xlsx file preserves
blank lines.

One test data file (tsv) used to test round-tripping is altered to
remove empty lines at the end. So in the end we no longer guarantee
round-tripping these empty lines, but I feel this was a non-feature.
2023-11-21 15:54:28 +01:00
..
data/demorecord Trim empty rows when converting xlsx to tsv 2023-11-21 15:54:28 +01:00
__init__.py Update extension basics for use as datalad-tabby: 2023-06-16 11:14:42 +02:00
fixtures.py Support 'single-record-per-directory' format 2023-07-19 21:46:52 +02:00
test_extractor.py tabby extractor also reports dscollection records 2023-07-20 14:50:54 +02:00
test_load.py Fix broken schema.org IRI prefix definition (missed trailing slash) 2023-07-28 21:17:38 +02:00
test_register.py Simplist initial implementation of a tabby_load() command 2023-07-07 16:28:14 +02:00