mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Move file import plugins into core/sandbox/grist
Summary: Move all the plugins python code into the main folder with the core code. Register file importing functions in the same main.py entrypoint as the data engine. Remove options relating to different entrypoints and code directories. The only remaining plugin-specific option in NSandbox is the import directory/mount, i.e. where files to be parsed are placed. Test Plan: this Reviewers: paulfitz Reviewed By: paulfitz Subscribers: dsagal Differential Revision: https://phab.getgrist.com/D2965
This commit is contained in:
BIN
sandbox/grist/imports/fixtures/strange_dates.xlsx
Normal file
BIN
sandbox/grist/imports/fixtures/strange_dates.xlsx
Normal file
Binary file not shown.
BIN
sandbox/grist/imports/fixtures/test_excel.xlsx
Normal file
BIN
sandbox/grist/imports/fixtures/test_excel.xlsx
Normal file
Binary file not shown.
1
sandbox/grist/imports/fixtures/test_excel_types.csv
Normal file
1
sandbox/grist/imports/fixtures/test_excel_types.csv
Normal file
@@ -0,0 +1 @@
|
||||
int1,int2,textint,bigint,num2,bignum,date1,date2,datetext,datetimetext
|
||||
|
BIN
sandbox/grist/imports/fixtures/test_excel_types.xlsx
Normal file
BIN
sandbox/grist/imports/fixtures/test_excel_types.xlsx
Normal file
Binary file not shown.
5
sandbox/grist/imports/fixtures/test_import_csv.csv
Normal file
5
sandbox/grist/imports/fixtures/test_import_csv.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
FIRST_NAME,LAST_NAME,PHONE,VALUE,DATE
|
||||
John,Moor,201-343-3434,45,2018-02-27 16:08:39 +0000
|
||||
Tim,Kale,201.343.3434,4545,2018-02-27 16:08:39 +0100
|
||||
Jenny,Jo,2013433434,0,2018-02-27 16:08:39 -0100
|
||||
Lily,Smit,(201)343-3434,4,
|
||||
|
BIN
sandbox/grist/imports/fixtures/test_single_merged_cell.xlsx
Normal file
BIN
sandbox/grist/imports/fixtures/test_single_merged_cell.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user