[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[[["`ExportFormat` defines the file format for reports generated by the ReportService."],["Available formats include TSV, TSV_EXCEL, CSV_DUMP, XML, and XLSX, each with specific characteristics."],["CSV_DUMP is intended for automated processing and uses specific formatting for currency and dates."],["Reports can be generated in formats compatible with Excel (TSV_EXCEL, XLSX) and general data formats (TSV, XML)."]]],["The `ReportService` allows for report generation in various formats. Available `ExportFormat` options include `TSV`, `TSV_EXCEL`, `CSV_DUMP`, `XML`, and `XLSX`. `CSV_DUMP` is designed for machine processing with qualified column names, network currency in micros, and ISO 8601 date/time formatting. The `getReportDownloadURL()` function and `ReportDownloadOptions` are dependencies within this service. Each format option produces a file with a distinct structure, like tab-separated values or an XML structure.\n"]]