Skip to content

[DDS-132] fix: set character encoding when importing file from csv in s3 #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 19, 2025

Conversation

parthpnx
Copy link
Contributor

The problem:

When importing the database, the character encoding is assumed wrong at some point in the import process for the files and causing invalid characters to pop up in the database.

The Solution:

Explicitly set the encoding to utf8mb4 for the CSV files when referencing them in the SQL files using the LOAD DATA FROM S3 MANIFEST files.

@nickschuch nickschuch merged commit 4d2e6d0 into main Mar 19, 2025
3 checks passed
@nickschuch nickschuch deleted the DDS-132/special-character-encoding branch March 19, 2025 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants