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

12
csv/fms.csv Normal file
View file

@ -0,0 +1,12 @@
id,shortDescription,longDescription
#
# BOSWatch CSV file for describing FMS-Addresses
#
# For each FMS-Address you could set a description-text
# Use the structure: fms,"Description-Text"
#
# !!! DO NOT delete the first line !!!
#
12345678,"FMS testdata äöüß"
56487234,"Test Nummer 18",""
68734123,"Und noch einer ganz schnell",""
Can't render this file because it has a wrong number of fields in line 2.

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.

12
csv/zvei.csv Normal file
View file

@ -0,0 +1,12 @@
id,shortDescription,longDescription
#
# BOSWatch CSV file for describing ZVEI-Addresses
#
# For each ZVEI-Address you could set a description-text
# Use the structure: zvei,"Description-Text"
#
# !!! DO NOT delete the first line !!!
#
12345,"ZVEI testdata äöüß","Hier nochmal eine echt Lange Info die keinen Sinn macht"
56487,"Test Nummer 18",""
68734,"Und noch einer ganz schnell",""
Can't render this file because it has a wrong number of fields in line 2.