我们使用Command Line Operation in Arelle is时的基本命令:
python arelleCmdLine.py arguments
如果我们将cmd
转到已安装的folder
。
我投入了大量资源,但我找不到Documentation(约2页)中是否有输出比率(例如当前比率)或指标(例如收入)而不必下载的命令列中的所有数据并过滤数据。我必须承认我无法理解文档中的一些命令。
我正在做的下载数据是:
python arelleCmdLine.py -f http://www.sec.gov/Archives/edgar/data/1009672/000119312514065056/crr-20131231.xml -v --facts D:\Save_in_File.html --factListCols "Label Name contextRef unitRef Dec Prec Lang Value EntityScheme EntityIdentifier Period Dimensions"
-f
是提取数据的命令,之后是网络中data
的位置-v
是验证被提取的data
--facts
将数据保存在指定HTML
directory
文件中
factListCols
是我选择的Columns
(我在上面的命令中获取所有可用的列)。 教程中有一个绝对零。
Arelle仅在Python 3
上运行,只需按照these quick and simple steps.