Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dacacioa committed Nov 13, 2024
1 parent a316211 commit 47914d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def extraer_campos(nombre_fichero):
datos_extraidos = []

# Abrir el fichero en modo lectura
with open(nombre_fichero, 'r') as archivo:
with open(nombre_fichero, 'r', encoding='utf-8') as archivo:
for linea in archivo:
registro = []
campos = {
Expand Down

0 comments on commit 47914d8

Please sign in to comment.