Export reports to Excel — which formats supported?

Our leadership team is requesting standardized monthly reporting in Excel format for cross-functional analysis. Before I commit to a specific workflow, I need to understand which export formats FieldPulse supports natively.

Specifically:

  • Does FieldPulse export to .xlsx, or only .csv?
  • Are there any data formatting limitations I should be aware of (e.g., date formats, number precision, character encoding)?
  • For reports with significant volume — say, 10,000+ work orders — is there a recommended approach to avoid timeouts or truncated exports?

From a governance perspective, I'd also like to confirm whether exported files include any embedded metadata or tracking that would help with version control.

Any guidance on current capabilities and best practices would be appreciated.

Parents
  • Adding on — we've had good luck with the CSV → Power Query workflow in Excel if you need to combine multiple exports. Power Query handles the UTF-8 encoding automatically and lets you set data types on import, so you get some of the XLSX benefits with smaller file sizes.

    Also, for version control: we append _YYYYMM to filenames and store in SharePoint with version history enabled. Not embedded metadata, but it works.

    One heads up — the Technician Performance Report currently only exports to CSV, not XLSX. That's been flagged in this thread as a gap.

Reply
  • Adding on — we've had good luck with the CSV → Power Query workflow in Excel if you need to combine multiple exports. Power Query handles the UTF-8 encoding automatically and lets you set data types on import, so you get some of the XLSX benefits with smaller file sizes.

    Also, for version control: we append _YYYYMM to filenames and store in SharePoint with version history enabled. Not embedded metadata, but it works.

    One heads up — the Technician Performance Report currently only exports to CSV, not XLSX. That's been flagged in this thread as a gap.

Children