Hi, I have very simple questions. When converting ...
# ask-community-for-troubleshooting
d
Hi, I have very simple questions. When converting a files like CSV into a Postgres table, I wonder how the column type of the table is determined?
m
The CSV File connector use pandas in the backend with sample header rows to infer the data type
d
@Marcos Marx (Airbyte) Thank you!