SSC-OOS-0001

The file has an unexpected encoding and was not translated

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentation

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected].

Thank you for your understanding.

Description

This issue happens when a source code file has an encoding format not recognized by the tool. Character encoding is the process of assigning numbers to graphical characters, in this context written characters of human language, thus the error indicates the conversion tool could not recognize certain characters.

Recommendations

  • All files in the input folder should have the same encoding to avoid this error.

  • The appropriate encoding should be selected through the conversion settings or by utilizing the --encoding conversion parameter with the CLI. To determine which encoding to select online tools such as Free Online Formater can be used or run the command file -i * in the case of Linux or OS.

  • If you need more support, you can email us at [email protected]

Last updated