add csv files

This commit is contained in:
Bastian Schroll 2018-01-07 21:49:23 +01:00
parent 4c12016ed0
commit 0f1a6f7b96
3 changed files with 42 additions and 0 deletions

18
csv/pocsag.csv Normal file
View file

@ -0,0 +1,18 @@
id,shortDescription,longDescription
#
# BOSWatch CSV file for describing POCSAG-Addresses
#
# For each RIC-Address you could set a description-text
# Use the structure: ric,"Description-Text"
#
# You can even define specific subrics, therefore you
# 1. need to specify a main RIC: 1234567, "Unit One"
# 2. specify a certain subric: 1234567B, "Subunit Bravo"
# The result for 1234567B will be "Unit One Subunit Bravo"
# - Be sure having defined the main RIC (step one)! -
#
# !!! DO NOT delete the first line !!!
#
1234567,"POCSAG testdata äöüß"
4323424,"Test Nummer 18",""
6873423,"Und noch einer ganz schnell",""
Can't render this file because it has a wrong number of fields in line 2.