Prepare the transactions CSV file
You can import your transactions into a Cloud engagement from properly formatted CSV files.
For more information on importing transactions from a CSV file into Cloud engagements, see Import the client's transactions from a CSV.
CSV file requirements
To ensure successful import:
-
File must be a .csv with UTF-8 encoding.
-
If the CSV file includes column headers with no data (only header values exist), the files are rejected and the upload fails.
-
File size must be less than 5 GB.
-
There must be no empty rows.
-
The first row in the CSV (the header row) is excluded from the import. Transactions should start on the second row.
- If there is a value with quotation marks ("):
Value must have two quotation marks (an opening and closing quote). If a value has one quotation mark, either add another one or remove the quote.
Value must be escaped by enclosing it between additional pair of quotes or backslashes (\).
Values that consist of more than one word - where one or two of them have quotation marks - must be entirely enclosed between quotation marks.
Examples:
In the data below, the value Definitely "real" cash consists of one word between quotation marks:
accountId,accountDescription,amount
123,Definitely "real" cash,1000000
You must change it so it looks like this:
accountId,accountDescription,amount
123,"Definitely ""real"" cash",1000000
Or like this:
accountId,accountDescription,amount
123,"Definitely \"real\" cash",1000000
In the below data, the value "cash" is between quotation marks:
accountId,accountDescription,amount
123,"cash",1000000
You must change it so it looks like this:
accountId,accountDescription,amount
123,""cash"",1000000
Or like this:
accountId,accountDescription,amount
123,\"real\",1000000
Mandatory fields for importing transactions
To import transactions for viewing or performing sample section, you must ensure the following fields are included in the import data:
- Posting Date
- Account Identifier
- Amount
Mandatory fields for data analytics
If data analytics is enabled in your product, you must ensure the following fields are included in the transactions import data to ensure the analysis tests function properly:
Test name | Required field |
---|---|
Complex Account | Account ID |
Duplicate Entries |
|
Ends in 999 |
|
High Amounts |
|
Missing Description |
|
Rounded Amount |
|
Same Use Entering and Approving |
|
Sequence Gaps |
|
Specific Keywords |
|
2-Digit Benford's |
|
Unusual Account Combinations | Account ID |
Unusual Days |
|
Unusual Times |
|
Unusual Users |
|
Zero Amounts |
|
Mandatory fields for Envision
If Envision is enabled in your product, you must ensure the following fields in included in the transactions import data:
Data visualization diagram | Required fields |
---|---|
Overview |
|
Summary | Amount |
Distribution |
|
Posted Date Distribution |
|