As the Code-Point data is supplied in separate .csv files by two-digit grid references, they will require some processing in order to proceed.
The Great Britain .csv files should be combined with the CSV header file, and the Northern Ireland .csv file should be combined with the CSV header file.
See CSV header file for more details and download information.
Before processing the data, create the following folders:
Northern Ireland – move the BT.csv file into this folder.
Great Britain – contains all remaining .csv files for Great Britain (120 in total).
Add the CSV header file (code-point-column-headers.csv) into both folders and precede the name with: aa_
The following is an example of one way to combine all the individual .csv files into a single file by using a .bat batch file.
The .csv file that is created comes to approximately 150 MB, and 1.7 million records. If this is opened in Microsoft Excel, only the first million records can be seen as the software cannot display more than this number of records.
To use the batch function:
Copy the following text and paste it into a new Notepad document: *.csv outputfile.csv
Save the Notepad document with the file extension .bat (for example, combine_csv.bat) in the Great Britain folder containing the 120 Great Britain .csv files.
Close the .bat file and navigate to the Great Britain folder, where it was saved. Double-click on the .bat file and an MS-DOS window will appear. Once the process is complete, the MS-DOS screen will close automatically.
A new CSV file with the name outputfile.csv has now been created within the Great Britain folder.
Repeat this process with the Northern Ireland data.
You will now have two output files ready for uploading into geospatial software (such as QGIS).