mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-18 21:52:28 +03:00
4ffaae925f
* CSV now renames duplicate ingest headers * Fix broken test * xlsx ingester now handles duplicate col names * Update CHANGELOG * Additional tests for ingest.column.rename * Removed dead comment in grammar |
||
---|---|---|
.. | ||
actor_duplicate_cols.xlsx | ||
problem_with_recognizing_date_colA.xlsx | ||
README.md | ||
sakila_actor_header.xlsx | ||
sakila_noheader.xlsx | ||
sakila_subset.xlsx | ||
sakila.xlsx | ||
test_header_xlsx | ||
test_header.xlsx | ||
test_invalid.xlsx | ||
test_noheader.xlsx | ||
test_with_some_empty_sheets.xlsx |
This directory contains various Excel files for testing.
sakila.xlsx
is a full dump of Sakila.sakila_subset.xlsx
is a subset ofsakila.xlsx
for faster testing. It contains only these sheets/tables:actor
,category
,film
,film_actor
,language
.sakila_noheader.xlsx
is the same assakila.xlsx
, but without the header row in each sheet.test_invalid.xlsx
is a bad xlsx file that should fail to load.test_header.xlsx
andtest_noheader.xlsx
exist to verify handling of table headers.test_header_xlsx
istest_header.xlsx
but without a file extension, to verify type detection.- Various other files may exist to test specific issues.