Reference: Consolidation Data - Inbound Integration CSV File Format
You can't generate A CSV file from a delivered template. Your organization will have to create one using the Workday defined guidelines as specified below:
The CSV import file format has 2 types of rows:
- Headerrow. The first row in the CSV file is a fixed header row. The header row describes the columns that the consolidation data rows populate. There can be only 1 header row in a file, and it must be the first row of the file. You can skip the optional columns in the input file by removing the column or leaving it empty.
- Consolidation Dataare rows that display the summarized trial balance lines. The integration separates the CSV file by grouping all lines with the sameGrouping Dimensionthat consists of:
- Company
- Book Code
- Accounting Date
For each set of lines with the same Grouping Dimension, Workday will:
- Create a single Consolidation Data file.
- Process the single Consolidation Data file into a single journal entry in Workday.
The CSV import file format has 2 types of fields that you can use to upload consolidation data from the
Consolidation Data Hub
report or using a Document Retrieval Service connection (Example: SFTP):
- Standard FieldsYou can include these standard fields:Field NameSupported Data TypeGrouping DimensionRequiredDescriptionACCOUNTING_DATEYYYY-MM-DDMM/DD/YYYYMM-DD-YYYYMM/DD/YYMM-DD-YYYesYesDetermines ledger period based on Company fiscal schedule.BOOK_CODEIntegration ID-for the Book CodeAccess as a related action on the book code.YesNoIf left blank, Workday records the journal to blank/common book code.Segregates transactions for financial reporting.HEADER_MEMOFree TextNoNoHeader messageTRANSACTION_CURRENCYAlpha‑3 codeNoNoCurrency in which a transaction takes place.TRANSACTION_AMOUNTAmount with no commas.NoNoAmount in transaction currency.LEDGER_CURRENCYAlpha‑3 codeNoYesLedger currency of specified Company.LEDGER_AMOUNTAmount with no commas.NoYesAmount in ledger currency of specified Company.LINE_MEMOFree TextNoNoLine level messageEXTERNAL _REFERENCE IDFree TextNoNoEnables you to associate a journal with a record in a third party system.DOCUMENT_ LINKFree TextNoNoEnables you to create a link to additional information for the journal.Before you enter the Document Link, ensure you enterConsolidation Data Capture Document Linkas a Valid URI Pattern on theMaintain External Link Validationtask.Enter the field name as shown in theField Namecolumn above. Example: Enter ACCOUNTING_DATE not ACCOUNTING.DATE.Column names are case-sensitive.
- Mapping FieldsYou can use these fields in your mapping tables:Mappable FieldData TypeSingularGrouping DimensionRequiredDescriptionCompanyMapping ValueYesYesYesCompany in WorkdayLedger AccountMapping ValueYesNoNoLedger accounts from the account set of the company.WorktagsMapping ValueOne per type.NoNoAttributes for each consolidation data line.As you enter mapping values, keep these guidelines in consideration:Mapping ValueValid ValuesAlphabetaA-zZNumbers0 to 9Expressions aren’t case-sensitive.Use this format for a field or column header on your CSV file for mapping values:EC.TableName.ColumnName, where:
- EC indicates that the column contains mapped values. Every mapping field must start with 'EC.'
- TableName is the external value of the mapping table name. This name should correspond to the external value in theMap: Apply Mapping Tableslocated on the integration system.
- ColumnName is the exact name of the Column in the Referenced Mapping Table in Workday.For more information about the configuration, see Integration Maps Configuration, on Community.Example:
EC.Map1.Ledger Acct | EC.Map2.Company | ACCOUNTING _DATE | LEDGER_CURRENCY | LEDGER_AMOUNT |
|---|---|---|---|---|
Cash | Company A | 2023-01-31 | USD | 1000 |
Accounts Receivable | Company A | 2023-01-31 | USD | 250 |
Fixed Assets | Company A | 2023-01-31 | USD | 3000 |
Additional Guidelines
Consider these additional guidelines when you format a CSV file:
- Workday records positive ledger amounts or transaction amounts as Debits and negative ledger amounts or transaction amounts as Credits.
- When you open CSV files with certain editors (Example: Excel) Workday might convert certain field display formats. Remove non-English values such as accents, symbols, and characters and so on. After using such an editor, view the CSV file with a program such as TextEdit to ensure file wasn’t altered.
- Field or column order doesn’t matter.
- Commas in Ledger Amount or Transaction Amount fields aren’t supported (Example: input 1000 vs 1,000).
- Workday considers a field required unless otherwise stated.
- Boolean values are1(true) and0(false).
- Date value formats accepted are:
- YYYY-MM-DD
- MM/DD/YYYY
- MM-DD-YYYY
- MM/DD/YY
- MM-DD-YY
- Field or Column header names must display in the file exactly as this document specifies.
- Column header namesarecase-sensitive.
- For HEADER_MEMO, Workday will use a memo per unique grouping, based on Company, Accounting Date, and Book Code.