-
in your read me I think you should change
```python
with open('sample_ixbrl.html') as a:
x = IXBRL(a)
```
to
with open(filename, encoding="utf8") as a:
This will make sure the file op…
-
Hi there Ive been trying to fix the issue. When i ran some tests i came across this error:
AttributeError: 'NoneType' object has no attribute 'attrs'
in the following section:
ixbrl-parse-master…
-
To reproduce, you need a taxonomy with:
* English standard labels
* Non-english documentation labels but not English documentation labels
When viewing the report in English, documentation label…
-
The viewer plugin does not work with the Windows builds of Arelle. This was previously because Arelle did not include a required dependency (pycountry). This is now because Arelle bundles Python 3.5…
-
Dear all,
We have a problem at the moment we run "make prod", the process never finishes and there are no messages.
We're using Windows 10 and the last version available of npm (6.9.0).
Exec…
-
-
På http://virkr.dk/#/virksomhed/24246221 kan man se regnskaber fra 2012 og 2013 men på https://datacvr.virk.dk/data/visenhed?enhedstype=virksomhed&id=24246221&soeg=24246221 kan man se regnskaber til o…
-
We use System.Xml.XmlNode, System.Xml.XmlNamespaceManager, System.Xml.XmlDocument and System.Xml.XmlNodeList.
Will it be posible to use corresponding functions in D365 for this or will we have to r…
ghost updated
6 years ago
-
Hi, i've a xbrl file that contain this row:
....
<font size="2" face="Times New Roman"><span style="font-size: 11.0pt"> </span></font>
....
when we execute Ins…
-
I am parsing tables from here;
https://www.dropbox.com/s/dkh2b7qifjhj0sc/0103010_honbun_jpcrp030000-asr-001_E01814-000_2015-03-31_01_2015-06-22_ixbrl.htm?dl=0
Using the following code;
tabl…
JSB97 updated
9 years ago