Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

136
Visualizações
Snowflake unable to display / interpret unicode '\u0089'

I am trying to show Unicode character '\u0089' in the snowflake browser results, however it seems to be showing a default error value instead. I'm lost as to how to fix this issue

The data is being ingested from a source JSON doc which states the field to be

"Units": "\u0089"

enter image description here

As you can see, "Units": "\u0089" is not displaying correctly as ‰

One thing that is strange, is when removing the char() method. I've tried another code 137, however when trying to covert back as a unicode it is incorrect

enter image description here

Any ideas? Thanks!

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

Looking at Mark's comment - you can do this with a Java UDF:

create or replace function encode_decode_windows(s string)
returns string
language java
handler='MyClass.doit'
as
$$

    class MyClass {
        public static String doit(String s) throws Exception {
            return new String(s.getBytes("ISO-8859-1"), "Windows-1252");
        }
    }
$$;

Then to encode and decode to get a mile sign:

select encode_decode_windows('\u0089');

‰
over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda