Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-tarea-CLI-1 #6

Open
izmfc opened this issue Oct 15, 2019 · 0 comments
Open

issue-tarea-CLI-1 #6

izmfc opened this issue Oct 15, 2019 · 0 comments

Comments

@izmfc
Copy link

izmfc commented Oct 15, 2019

En la pregunta 4 el código del sh no devuelve un dataframe, falta eliminar el texto que hay entre los signos <> , eliminar los múltiples saltos de línea pero dejar los necesarios para obtener un dataframe, por el momento sugiero esto:

sed -n '/<TABLE .>/,/</TABLE>/p' $1 | sed -e 's/<[^>]>//g' | tr -d '\r' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g'

Pero faltan los saltos de línea para dar el formato correcto.

También al leer los url de los meses 1 al 9 falta agregar el 0 previamente para leer correctamente los url, pues actualmente busca 19601, 19602, etc, en lugar de 196001, 196002, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant