Navigator > Setup > Cash Book > Statement Import Designer
You can create or modify an import definition for bank statements downloaded via online banking, and specify how to extract data from the bank file. This definition can be used to import statements by pressing the Import button from CB Bank Reconciliation. Sample import definitions are provided for all major New Zealand banks. You can setup a new definition or modify an existing definition.
Warning: Save new or modified import definitions under a new name as the definitions provided are updated when a Server Installation is performed.
Definition tab |
|||||||||||||||
Control the specifications for the import and the MaxBasic code for the import file. |
|||||||||||||||
Input Format |
Select the import file type. Note: If your file contains embedded line-feed characters within fields, as can occur in CSV files saved from MS Excel, you should select User Delimited with the default delimiter
|
||||||||||||||
Test Import File |
Select the import file name. This is used while designing the import definition so data is available to preview. |
||||||||||||||
|
Add Line Type Delete Line Type |
Insert a new line type tab or delete the last line type tab. Include one line type for each type of data line in the import file. |
|||||||||||||
For Each Line Code |
The code that determines the line type for the import file and executes the relevant line type. |
||||||||||||||
Objects include: |
|||||||||||||||
Bank Account |
Fields from the Bank Account record. |
||||||||||||||
Company |
Contains details of the Company name and address. |
||||||||||||||
StatementHead |
Fields from the Statement Header. |
||||||||||||||
StatementLine |
Fields from the Statement Line. |
||||||||||||||
System |
Fields from the System record. |
||||||||||||||
SystemUser |
Fields from the System User record. |
||||||||||||||
User |
Fields from the User record. |
||||||||||||||
Note: See Import Functions for functions specific to the Import Designer. |
|||||||||||||||
Buttons |
|||||||||||||||
View Data... |
Preview the data in the import file, based on the line type that has the focus (Line Type 1 by default). You can check you have specified the data fields correctly. |
||||||||||||||
|
Breakpoint |
Set a code breakpoint on the current line. Click again to toggle to clear the breakpoint. You can also click to the right of a line to set or clear a breakpoint. Hover the mouse over a breakpoint, then right-click to make a breakpoint unavailable, or access the Breakpoint Properties. If a condition has been set for a breakpoint, it will be shown when you hover over the breakpoint. |
|||||||||||||
|
Check Code |
Ensure the code entered in the code editor compiles correctly without the need to import a statement. |
|||||||||||||
|
Load... |
Load a saved definition for use in the CB Bank Reconciliation form. If you modify one of the supplied definitions, save under a new name so it is not overwritten when you install an Accredo update. |
|||||||||||||
|
Save... |
Save the code as a definition for use in the CB Bank Reconciliation form. |
|||||||||||||