Exporting activity reports to CSV files
To create a hardcopy of a report generated by BigFix, export the report to a CSV file and print it.
To create the CSV report file schedule it as an activity in the Create scheduled Activity window opened from the Administration > Scheduled Activities menu. For additional information see Creating Scheduled Activities.
You can also use the CSV file to create charts and statistics based on the information in the report.
A Web Report exported to a CSV file has an Excel-compatible CSV format. Any string containing
characters that might be interpreted as a formula by Microsoft Excel such as
"+myfield", are transformed in literal strings as shown in the following example:
"=""+myfield""" The following characters are handled in this way:
+ (plus), - (minus), / (slash),
* (asterisk) and = (equal).