chrish
01/12/2023, 2:45 PMValidationError: "'6030-' is not of type 'null', 'number'
Is it possible to tell tap-spreadsheets-anywhere and/or target-postgres to just treat everything as a varchar so I can deal with the data types once the data is already in postgres?jan_soubusta
01/12/2023, 4:12 PMchrish
01/13/2023, 1:08 PMHenning Holgersen
01/13/2023, 8:36 PMprefer_schema_as_string: true
But I see there is also an option for specific
schema_overrides:
key.
https://github.com/ets/tap-spreadsheets-anywherechrish
01/14/2023, 1:11 AMprefer_schema_as_string
setting!chrish
01/14/2023, 1:11 AM