-
File names are formatted as:
{reportName}_{startdate:YYYYMMDD}-{endDate:YYYYMMDD}_{generationDate:YYYYMMDDThhmmss}.csvExample
A transaction summary report containing a summary of transaction counts and amounts from July 31, 2024 that is created on August 1, 2024 at 12:00 PM UTC would be named:
transaction-summary_20240731-20240731_20240801T120000.csv - Reports are saved as comma-separated values (CSV) files, and follow the RFC 4180 standard
-
Values are separated using commas.
2024-11-04,AUTHORIZATION,VISA -
Values containing commas are enclosed within double quotes.
"CU COOPERATIVE SYSTEMS, LLC" -
Values containing double-quotes are escaped by two double quote preceding it.
"Dwayne ""The Rock"" Johnson"
Report specs
File format
Learn about Tesouro report file naming conventions and CSV formatting standards including delimiter, quoting, and escaping rules.