mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	
				Summary: JSON import logic was creating columns of type Int when JSON contained integral values. This causes errors with large errors (e.g. millisecond timestamps), and Numeric is generally the more convenient and common default. Test Plan: TBD Reviewers: jarek, alexmojaki Reviewed By: jarek, alexmojaki Subscribers: jarek, alexmojaki Differential Revision: https://phab.getgrist.com/D3339  | 
			||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| import_csv.py | ||
| import_json.py | ||
| import_utils.py | ||
| import_xls.py | ||
| register.py | ||
| test_import_csv.py | ||
| test_import_json.py | ||
| test_import_xls.py | ||
| test_messytables.py | ||