Closed fanyang01 closed 2 months ago
Ref: #36
Since DuckDB's TEXT type can only hold UTF8-encoded strings, this PR recoganizes common non-UTF8 character sets and converts the string value into UTF8 encoding before writing it to DuckDB.
TEXT
@GaoYusong This PR is ready for review.
Ref: #36
Since DuckDB's
TEXT
type can only hold UTF8-encoded strings, this PR recoganizes common non-UTF8 character sets and converts the string value into UTF8 encoding before writing it to DuckDB.