We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there anyway supported way for parsing through an url instead of a local file?
So something like this:
url = "http://regnskaber.virk.dk/17438023/eGJybHN0b3JlOi8vWC1DOUZFREM2OC0yMDE0MDUyMV8xMzU2MDdfMTA2L3hicmw.xml" xbrl_parser = XBRLParser(precision=0) xbrl = xbrl_parser.parse(file(url))
(probably with out the file())
The text was updated successfully, but these errors were encountered:
was this ever made possible?
Sorry, something went wrong.
Functionality for this has not yet been added
greedo
No branches or pull requests
Is there anyway supported way for parsing through an url instead of a local file?
So something like this:
(probably with out the file())
The text was updated successfully, but these errors were encountered: