gristlabs_grist-core/sandbox/grist/imports/fixtures
Dmitry S 26356fe588 (core) Fix bug with "maximum recursion depth exceeded" in imports.
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
2021-08-20 17:44:48 -04:00
..
nyc_schools_progress_report_ec_2013.xlsx (core) move data engine code to core 2020-07-29 08:57:25 -04:00
strange_dates.xlsx (core) Move file import plugins into core/sandbox/grist 2021-08-09 18:37:14 +02:00
test_excel_types.csv (core) Move file import plugins into core/sandbox/grist 2021-08-09 18:37:14 +02:00
test_excel_types.xlsx (core) Move file import plugins into core/sandbox/grist 2021-08-09 18:37:14 +02:00
test_excel.xlsx (core) Move file import plugins into core/sandbox/grist 2021-08-09 18:37:14 +02:00
test_import_csv.csv (core) Move file import plugins into core/sandbox/grist 2021-08-09 18:37:14 +02:00
test_long_cell.csv (core) Fix bug with "maximum recursion depth exceeded" in imports. 2021-08-20 17:44:48 -04:00
test_single_merged_cell.xlsx (core) Move file import plugins into core/sandbox/grist 2021-08-09 18:37:14 +02:00