|
Usage
Run the program from the command line or double click it. A window will pop up:

Button "Stoppen" will stop the program immediately, without perfoming any action. Button "Wat is dit?" is a rudimentary help.
A) Checking the validity of a GEF file
- Load a file, by pressing "Naam invoerbestand" in the group "Bewerken". A file dialog will popup, which allows you to browse for the file you want to check.
- Click on one of the radio buttons in the group "Testen".
- If you want to check the validity of a general GEF file, push the "GEF" radio button
- If you want to check whether the file complies with the rules for a CPT file, according to GEF-CPT-Report, click radio button "CPT"
- If you want to check whether the file complies with the rules for a BORE file, according to GEF-BORE-Report, click radio button "Boren"
- Click on "Uitvoeren" in the "Bewerken" group.
- A window will popup, "Fouten in de GEF", which lists the errors, if any.
B) Conversion of GEF files from binary to ASCII
Usually GEF files are written in the ASCII flavour. For short files this is most obvious choice. However, when dealing with huge amounts of data, considerable time is lost by the conversion of ASCII data into numbers which your PC understands. Therefore measurements involving a lot of data, are stored as binary GEF files. Binary files can not be read by the human eye, nor is it approriate to edit a file in this state: data will be damaged. So GEFhandelingen allows you to convert files from binary to ASCII and vise versa.
- Load a file, by pressing "Naam invoerbestand". A file dialog will popup, which allows you to browse for the file you want to check.
- Click on the ASCII radio button in the group "Uitvoer"
- To choose the name of an output file, click "Naam uitvoerbestand" in the group "Bewerken". A file dialog will popup allowing you to choose the name and subdirectory of the file you want to save. NOTE: never use the same name as your input file.
- Click on "Uitvoeren" in the "Bewerken" group.
The procedure to convert an ASCII flavoured GEF file into a binary GEF file is similar: choose the Binary radio button in the group "Uitvoer".
C) Conversion of a GEF file into a DIF file
DIF is an abreviation of Data Interchange Format. It is a very simple yet organised version of a table, which can be imported into a spreadsheet, without the need to define the correct separators, columns etc.
- Load a file, by pressing "Naam invoerbestand". A file dialog will popup, which allows you to browse for the file you want to check.
- Click on the "Alleen kolommen" radio button in the group "Uitvoer". This will provide you with the data only of the GEF file. Additionally a simple header is added.
- To choose the name of an output file, click "Naam uitvoerbestand" in the group "Bewerken". A file dialog will popup allowing you to choose the name and subdirectory of the file you want to save. NOTE: never use the same name as your input file.
- Click on "Uitvoeren" in the "Bewerken" group.
If you are interested in the entire contents of the file, choose the radio button "Met header" in stead of "Alleen kolommen".
|