mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
26356fe588
Summary: Our date-guessing logic analyzes text in full looking for date parts. This diff skip all that work when text is so long that we don't need to consider it to be a valid date. This is a quick fix. There are probably many other cases when we don't need to try hard to parse arbitrary text as dates. Test Plan: Added a fixture and test case that would trigger the error without the fix. Reviewers: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D2992 |
||
---|---|---|
.. | ||
nyc_schools_progress_report_ec_2013.xlsx | ||
strange_dates.xlsx | ||
test_excel_types.csv | ||
test_excel_types.xlsx | ||
test_excel.xlsx | ||
test_import_csv.csv | ||
test_long_cell.csv | ||
test_single_merged_cell.xlsx |