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

Error Parsing UNF's report from 2012 q1 #11

Open
Mossharbor opened this issue Jul 19, 2018 · 0 comments
Open

Error Parsing UNF's report from 2012 q1 #11

Mossharbor opened this issue Jul 19, 2018 · 0 comments

Comments

@Mossharbor
Copy link

Hello when parsing UNF (CIK 717954) q1 report from 2012.
Link to SEC XBRL
I am getting the following error:
Error in eval(substitute(expr), envir, enclos) : expecting a single value

xbrl_url_unf2012 <- "...../UNF/2012/q1/xbrl/unf-20111126.xml"
old_o <- options(stringsAsFactors = FALSE)
xbrl_data_unf2012 <- xbrlDoAll(xbrl_url_unf2012, verbose = TRUE)
options(old_o)
statement <- xbrl_get_statements(xbrl_data_unf2012)

NOTE: this also fails on their 2013 reports but not their 2014 reports (could be malformed xbrl, but sadly I don't know enough about the format to be sure??)

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