Disable number type guessing on import
Describe the problem
The new file import mechanism attempts to guess which fields are numbers and then import them as number fields.
Current this is causing various files to fail to import. For now we will disable this mechanism to prevent these import errors and just import all fields as text and rely on the user changing the field types to their desired ones later.
Environment
- Operating System: Windows/Ubuntu/Mac/etc.
- Web Browser: Chrome / Firefox / Edge / Safari
- Deployment Type: baserow.io / docker / cloudron / ubuntu with supervisor / heroku / other
- Baserow Version: Develop / 1.8 / 1.7 / 1.6 etc