From a3114770266bfb50df13bc74abec3ff3673dd805 Mon Sep 17 00:00:00 2001 From: "Alberto Gonzalez-Cela (via MelvinBot)" Date: Tue, 23 Jun 2026 22:21:38 +0000 Subject: [PATCH] Docs: document supported CSV date formats for company card imports Co-authored-by: Alberto Gonzalez-Cela --- ...rt-Company-Card-Transactions-From-a-Spreadsheet.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/articles/new-expensify/connect-credit-cards/Import-Company-Card-Transactions-From-a-Spreadsheet.md b/docs/articles/new-expensify/connect-credit-cards/Import-Company-Card-Transactions-From-a-Spreadsheet.md index 69c80febf87b..7036ba1eac75 100644 --- a/docs/articles/new-expensify/connect-credit-cards/Import-Company-Card-Transactions-From-a-Spreadsheet.md +++ b/docs/articles/new-expensify/connect-credit-cards/Import-Company-Card-Transactions-From-a-Spreadsheet.md @@ -85,6 +85,17 @@ Your file should include the following required columns: - Merchant - Currency (optional but recommended) +## What date formats are supported for the Date column? + +Expensify recognizes a range of common date formats, so you don't need to reformat your file before importing. Supported formats include: +- Year-first: `2025-11-02`, `2025/11/02`, or `20251102` +- Month-first (US): `11/02/2025` or `11-02-2025` +- Day-first (European): `02/11/2025` or `02-11-2025` +- Month name: `Nov 2, 2025`, `November 2, 2025`, or `2 Nov 2025` +- Excel serial date numbers (for example, `45963`) + +Each date is converted to the standard year-month-day format during import. + ## What happens if I map the same spreadsheet column twice? You’ll see an error message and won’t be able to proceed until the issue is resolved.