Giter Club home page Giter Club logo

Comments (4)

cuducos avatar cuducos commented on July 26, 2024

Looks like an issue with the syntax of the XML from the Chamber of Deputies… Have you seen something similar, @Irio?

from serenata-toolbox.

cuducos avatar cuducos commented on July 26, 2024

Probably a syntax issue with one of the XML files:

$ xmllint data/AnosAnteriores.xml
data/AnosAnteriores.xml:1: parser error : StartTag: invalid element name
</numParcela><txtPassageiro/><txtTrecho/><numLote>0</numLote><numRessarcimento>0
                                                                               ^
data/AnosAnteriores.xml:2: parser error : Premature end of data in tag numRessarcimento line 1

^
data/AnosAnteriores.xml:2: parser error : Premature end of data in tag DESPESA line 1

^
data/AnosAnteriores.xml:2: parser error : Premature end of data in tag DESPESAS line 1

^
data/AnosAnteriores.xml:2: parser error : Premature end of data in tag orgao line 1

^

The xmllint (available in macOS and Linux AFAIK) can fix it for us, maybe we will miss one or other record:

$ mv data/AnosAnteriores.xml data/AnosAnteriores.xml.bkp
$ xmllint data/AnosAnteriores.xml.bkp  --recover --output data/AnosAnteriores.xml

However I'm not sure if this is a proper solution, I mean, to calling xmllint from Python in case of error. Any ideas?

from serenata-toolbox.

cuducos avatar cuducos commented on July 26, 2024

More clues that the file is actually broken: the end of the file is in the middle of a tag…
https://nbviewer.jupyter.org/gist/cuducos/50df395ac13fbf7159282cb6f6c109c3

from serenata-toolbox.

jtemporal avatar jtemporal commented on July 26, 2024

I'm closing this since #22 fixed the parsing error =)

from serenata-toolbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.