Francisco Lelewell
unread,Nov 17, 2025, 4:26:09 AMNov 17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Arelle-users
Hi,
I'm trying to run Arelle validations on a XBRL-CSV file but i'm having trouble generating the html files.
On xbrl-xml, an previous versions from Arelle,I used to use --save-eba-tables, but not it's not working.
here is my command:
arelleCmdLine.exe ^
--file="D:\Helpers\XBRL_CSV\sample instances\xBRL-CSV\xBRL-CSV\FINREP\DUMMYLEI123456789012.CON_FR_FINREP010000_FINREPDP_2025-06-30_20250826163344182.zip" ^
--logFile D:\Helpers\XBRL_CSV\validationLog.xml ^
--packages="D:\Helpers\XBRL_CSV\taxo_package\EBA_XBRL_4.2_Dictionary_4.2.0.0.zip|D:\Helpers\XBRL_CSV\taxo_package\EBA_XBRL_4.2_Severity_4.2.0.0.zip|D:\Helpers\XBRL_CSV\taxo_package\EBA_XBRL_4.2_Reporting_Frameworks_4.2.0.0.zip" ^
--validate ^
--formulaUnsatisfiedAsserError ^
--plugin "ViewFileTableHtml" ^
--viewFile "D:\Helpers\XBRL_CSV\tableView.html" ^
--DTS="D:\Helpers\XBRL_CSV\dts.html" ^
When I try to use --save-EBA-tablesets I get: no such option: --save-EBA-tablesets
Any help is greatly apreciated!