In v2.21.3, functionality was added to optionally produce a file for the ATP Report in comma-separated (.CSV), Excel (.xls and .xlsx) and .json file types. This is done by adding parameters to the settings section when creating the new operation.
There are 3 new parameters that can be sent.
- ReportType - This determines the file type of the the report. Viable options are csv, xls, xlsx and json. if none of these types are found it will automatically default to csv.
- FilePath - enter the file path of the directory you want the file to be saved in and include the file name. You only have to add the file name if you want. Files without a specified path will be sent to the Exports directory
- IncludeHeader - this determines if the header is included in the report. It is an optional field and defaults to true if not passed in.
For more details and examples of usage, see the The ATP Update Operation topic.
See Also
Release Notes
User's Guide