-
https://groups.google.com/g/arelle-users/c/2a0oXtI5qA4
```py
class XbrlService:
:
def make_counting_data(self, work_dir: Path) -> CountingData:
print(11)
temp_dir = Path(wo…
-
### What happened?
### Diagnostic Details
```{'arch': 'AMD64',
'arelle_version': '2.30.25',
'args': ['arelleCmdLine.exe', '--diagnostic'],
'cgi': False,
'docker': False,
'filesystem': Tr…
-
In Models.xbrl, xbrl_localpath() assumes the xbrl filename has an .xml extension. But in some cases the xml/xbrl documents appear to have been included in a larger text submission. For example, see he…
-
I am having trouble loading an XBRL instance XML file against a remote taxonomy, because some of the schema paths cannot be resolved. When loading the XML file, I get many errors of the form:
```
…
-
Parsing error is occurring with
http://www.sec.gov/Archives/edgar/data/320193/000119312514383437/aapl-20140927.xml
xbrl = XBRLParser.parse(file("aapl-20140927.xml"))
And this is the error I get bac…
-
Python 3.6.0 (default, Feb 11 2017, 14:54:45)
[GCC 4.9.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from xbrl import XBRLParser, GAAP, GAAPSerializer
>>>…
-
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/eGJybHN0b3JlOi8vWC1DOUZFREM2OC0yMDE0MDUyM…
-
### Repro Steps
// Load Campbell Soup 2019 10-K
new XbrlDocument()
.Load("https://www.sec.gov/Archives/edgar/data/16732/000001673219000070/cpb-20190728.xml");
### Symptoms
`Sy…
-
im running the following code:
`
library(XBRL)
xbrl_url2014
> 1. xbrlDoAll(xbrl_url2014)
> 2. xbrl$processSchema(xbrl$getSchemaName())
> 3. which(discovered.files == file)
> 4. xbrl$getSchema…
-
Hi! We are trying to use this library with XBRL files from Italian companies, but we have some trouble ..
```
/** @var string $filename */
$filename = $this->argument('filename');
…