Go to the source code of this file.
Functions | |
report_export_csv (Action &$action) | |
convertLine ($currentLine, $encoding) | |
convertLine | ( | $currentLine, | |
$encoding | |||
) |
Definition at line 241 of file report_export_csv.php.
report_export_csv | ( | Action & | $action | ) |
Export a report in CSV
Usage : --app=FDL : <application name> --action=REPORT_EXPORT_CSV : <action name> --id=<the id of the report> Options: --refresh=<would you refresh doc before build report> [TRUE|FALSE], default is 'FALSE' --kind=<the kind of report> [simple|pivot], default is 'simple' --pivot=<the pivot attr>, default is 'id' --delimiter=<the CSV delimiter>, default is ';' --enclosure=<the CSV enclosure>, default is '"' --encoding=<the CSV encoding>, default is 'ISO-8859-15//TRANSLIT' --decimalSeparator=<the decimalSeparator>, default is '.' --dateFormat=<the dateFormat> [US|FR|ISO], default is 'US
Definition at line 31 of file report_export_csv.php.
← centre documentaire |
|