Join Slack
Powered by
Is there a way to change the data type of the colu...
# troubleshooting
h
hansal_shah
12/10/2022, 5:04 AM
Is there a way to change the data type of the columns in tap-csv? n my csv files, both the columns are of decimal data type but tap-csv reads it as a string. Is there a way to configure the data types in which each column should be read?
v
visch
12/10/2022, 8:56 PM
yes,
https://docs.meltano.com/concepts/plugins#schema-extra
e
edgar_ramirez_mondragon
12/10/2022, 9:18 PM
That's the general recommendation and worth trying, but I think meltanolabs/tap-csv doesn't support catalog overrides iirc
v
visch
12/10/2022, 9:21 PM
Yeah generally for CSV's you transform at the target as everything is a string in a CSV 🤷
Open in Slack
Previous
Next