[No QA] Docs updates for E/A#91933 Document supported CSV date formats#94376
Draft
MelvinBot wants to merge 1 commit into
Draft
[No QA] Docs updates for E/A#91933 Document supported CSV date formats#94376MelvinBot wants to merge 1 commit into
MelvinBot wants to merge 1 commit into
Conversation
Co-authored-by: Alberto Gonzalez-Cela <Gonals@users.noreply.github.com>
51 tasks
Contributor
|
A preview of your ExpensifyHelp changes have been deployed to https://2f5a15e2.helpdot.pages.dev ⚡️ Updated articles: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new behavior introduced in #91933, which allows company card CSV/spreadsheet imports to accept dates in several common formats (previously only the standard year-month-day format was reliably accepted). The values are normalized to
yyyy-MM-ddduring import.What changed in the docs
Added an FAQ entry to Import Company Card Transactions From a Spreadsheet explaining which date formats are supported for the Date column (year-first, US month-first, European day-first, month-name, and Excel serial date numbers).
Why
The help article previously listed Date as a required column but said nothing about accepted formats. Now that the importer handles a variety of formats, surfacing this in the FAQ helps admins import files without reformatting dates first.
Source PR
@Gonals, please review the files changed and confirm they reflect the current behavior. Then mark this PR
Ready for review.