Contents
- Index
- Previous
- Next
CSV file format
CSV file format for FTBVR5K for US and UK locale
This locale uses a period (.) as the digit grouping character in numbers, and the comma (,) as the separator character between fields.
The first record, or line, in the CSV file for FTBVR5K is a header record which contains:
Frequency, Mode, Name, Bank, Step
The subsequent record(s) contain the values for those items e.g.
145.575,FMN,S23,2,12.5 kHz
The frequency is 145.57500 MHz
The mode is FM Narrow
The name is S23
The bank to place this memory is bank 2
The tuning step is 12.5 kHz
CSV file format for FTBVR5K for non-US and non-UK locale
This locale uses a comma (,) as the digit grouping character in numbers, and the semi-colon (;) as the separator character between fields. Please note that the tuning step is not a number, but a character string; thus the specification is the same for both locales e.g. 12.5 kHz and NOT 12,5 kHz
The first record, or line, in the CSV file for FTBVR5K is a header record which contains:
Frequency; Mode; Name; Bank; Step
The subsequent record(s) contain the values for those items e.g.
145,575;FMN;S23;2;12.5 kHz
The frequency is 145,57500 MHz
The mode is FM Narrow
The name is S23
The bank to place this memory is bank 2
The tuning step is 12.5 kHz