From 0f1a6f7b96f5021246c6fa925e051ec3be483fd1 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sun, 7 Jan 2018 21:49:23 +0100 Subject: [PATCH] add csv files --- csv/fms.csv | 12 ++++++++++++ csv/pocsag.csv | 18 ++++++++++++++++++ csv/zvei.csv | 12 ++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 csv/fms.csv create mode 100644 csv/pocsag.csv create mode 100644 csv/zvei.csv diff --git a/csv/fms.csv b/csv/fms.csv new file mode 100644 index 0000000..f077c98 --- /dev/null +++ b/csv/fms.csv @@ -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","" \ No newline at end of file diff --git a/csv/pocsag.csv b/csv/pocsag.csv new file mode 100644 index 0000000..1b9f59a --- /dev/null +++ b/csv/pocsag.csv @@ -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","" diff --git a/csv/zvei.csv b/csv/zvei.csv new file mode 100644 index 0000000..ea596dc --- /dev/null +++ b/csv/zvei.csv @@ -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",""