We tried to upload a csv file with column 'cpf' on AWS-Athena, the field cpf contains numbers like this '372.088.989-03'
create external table (
cpf bigint,
name string
cell bigint
)
Athena doesn't read this field, how can i register?
we try to register like string and this works but is not correct