Added saving to jsl.gz

This commit is contained in:
2016-03-28 23:47:29 +03:00
parent 5377ad9bc2
commit 85e21583a2
2 changed files with 15 additions and 0 deletions

View File

@@ -316,6 +316,8 @@ func main() {
SaveToCsvGzFile(exportingData, keyMap, *outputPath, *fullExport)
case ".json.gz":
SaveToJSONGzFile(exportingData, keyMap, *outputPath, *fullExport)
case ".jsl.gz":
SaveToJSLGzFile(exportingData, keyMap, *outputPath, *fullExport)
default:
log.Fatal("Incorrect file type")
}