Merging with master

This commit is contained in:
2016-03-28 23:45:20 +03:00
2 changed files with 46 additions and 0 deletions

View File

@@ -309,6 +309,9 @@ func main() {
SaveToCsvFile(exportingData, keyMap, *outputPath, *fullExport)
case ".json":
SaveToJSONFile(exportingData, keyMap, *outputPath, *fullExport)
case ".jsl":
SaveToJSLFile(exportingData, keyMap, *outputPath, *fullExport)
case ".csv.gz":
SaveToCsvGzFile(exportingData, keyMap, *outputPath, *fullExport)
case ".json.gz":