josue-rojas / csv-yaml

a python script to convert csv to yaml files using PyYaml
23 stars 22 forks source link

support latin caracter #13

Closed puroh closed 2 years ago

puroh commented 4 years ago

¿how do for add support to special caracters? á, é, í, ó, ú, ñ, ü

josue-rojas commented 4 years ago

not sure if this works cause I haven't tried it but couldn't you put them in quotes? not sure how parsing is done. I'll try to see later if I can create a file with those characters.