Importing data

If you already have a list of customers or products/items from another program. Then you can read these into PERIFACT. It is all about importing so-called CSV files. Menu: EXTRAs - IMPORT CSV 

PERIFACT invoice program, menu extras , all additional features and options

READ THIS CAREFULLY BEFORE GETTING STARTED

CSV files

csv file exampleText files with comma-separated values (CSV files), in which individual text fields are separated by a comma (,).

A comma-separated file, or CSV file, is a text file in which values are separated by a comma (,). CSV is an English term and stands for Comma Separated Value. The CSV format is the simplest and oldest database format in existence. It consists only of text data, making it easy to read in. Values are basically separated by commas, and lines by the new-line sign. Yet it turns out that in practice a comma NOT convenient is. For example, if you bring in a long sentence that has a comma in it, the program thinks it is a new column. Therefore, rather grab another separator such as pipe '|' or a colon ':' or a semicolon ';'. However, the pipe '|' is recommended.

The 1st line in a CSV file should contain the column names you want to pull in. PERIFACT has a number of columns that can be pulled in. The column names must therefore correspond exactly as PERIFACT prescribes. Thus, if you supply a file with a column 'Telephone' and PERIFACT only recognizes the column "Telelefoon_THUIS" then this field cannot be retrieved. Also note upper and lower case!

The position of a column is not important. So if you first offer for example NAME, PHONE,.... or PHONE, NAME,.... that doesn't matter.

Tip

First, create a small CSV file, with a small portion of the desired data. If it works well, then do the same action again for the actual file

CONTACTS structure

Below you can see how the structure is structured for all clients. As mentioned before pay close attention to the column name this must match exactly otherwise the corresponding column will not be included during the import. Not all fields are required.

Download here is an example From a CONTACTS CSV file

Column nameValueComments
COMPANY NAME
SECTION
FULL NAME
ADDRESS
ADDRESS2
POSTCODE
RESIDENCE
COUNTRY
DELIVERY ADDRESS
DELIVERY ADDRESS LINE2
DELIVERY ZIP CODE
DELIVERY RESIDENCE
BEHIND
EMAIL
TELEPHONE_HOME
PHONE_WORK
PHONE_MOBILE
BIRTH DATEdateformat dd-mm-yyyy
CITIZEN SERVICE NUMBER
NOTES
BANK ACCOUNT NUMBER
BANK ACCOUNT
KVKNUMBER
VAT NUMBER
WEBSITE

COLUMNS PRODUCTS 

As previously mentioned pay close attention to the column name this must match exactly otherwise the corresponding column will not be included during the import. Not all fields are required.

Download here is an example from a PRODUCTS CSV file

Column nameValueComments
DESCRIPTION
PRODUCT CODE
PRODUCT GROUP
UNIT
PRICEXCLBTWNumbers only, comma allowed
VATPERCENTAGENumbers only, comma allowed
COST PRICEEXCLBTWNumbers only, comma allowed
COST PRICE VAT RATENumbers only, comma allowed
CURRENT STOCKNumbers only, comma allowed
STOCK THRESHOLDNumbers only, comma allowed
STOCK COUNTEnter J or N
LOCATION
FACTOR NAME
SUPPLIER NAME
NOTES
VATPERCENTAGENumbers only, comma allowed
SPECIALPRICESEXCLBTW
Numbers only, comma allowed
SPECIAL PRICE VAT RATE
Numbers only, comma allowed

No rights can be derived from this information.