🐛 Source S3: tab delimiter is not parsed properly #8789
Labels
area/connectors
Connector related issues
community
connectors/source/s3
connectors/sources-files
type/bug
Something isn't working
Environment
Current Behavior
When dealing with CSV file, the S3 source connector is not parsing the
/t
character in thedelimiter
field properly.It leads to the following error during sync
The user provided the config blob stored in Postgres when they are using
\t
:The delimiter is stored as
\\t
and not\t
.Manually editing the config blob in Postgres to set
\t
solved the issue.Expected Behavior
Tab separated value files should be correctly parsed by the S3 source connector.
Steps to Reproduce
.tsv
file to S3\t
delimiter valueThe text was updated successfully, but these errors were encountered: