Pesquisas recentes
Sem pesquisas recentes

TC
Entrou em 16 de jan. de 2024
·
Última atividade em 16 de jan. de 2024
Seguindo
0
Seguidores
0
Atividade total
2
Votos
0
Assinatura
1
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por TC
TC criou uma publicação,
Hi Folks,
I have a python script that extracts ZenDesk data via the below code:
response = requests.request("GET", url, auth=(user, pwd), headers={"Content-Type": "application/json"})
data = response.json()
results = pd.json_normalize(data['results'])
May I know why some of the fields returned are in numeric code form rather than in description format.
For e.g. instead of its description of "VCC/Inbound", a code value of 1685189953525 is returned
Can advise how to resolve this, pls?
regards
Tuck Chong
Publicado 16 de jan. de 2024 · TC
0
Seguidores
2
Votos
1
Comentário