Add XML to EventReader and test for it

This commit is contained in:
TeoV
2020-01-11 14:52:37 +02:00
parent 8ed5fc3956
commit 4ea9cd3a48
18 changed files with 1126 additions and 223 deletions

View File

@@ -407,10 +407,10 @@ const (
UnsupportedMigrationTask = "unsupported migration task"
NoStorDBConnection = "not connected to StorDB"
UndefinedVersion = "undefined version"
UnsupportedDB = "unsupported database"
TxtSuffix = ".txt"
JSNSuffix = ".json"
FormSuffix = ".form"
XMLSuffix = ".xml"
CSVSuffix = ".csv"
FWVSuffix = ".fwv"
CONTENT_JSON = "json"