-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Milestone
Description
The implementation of the storage module from @ice1e0 has been merged into the master branch. I see this as a breaking change and suggest to publish this therefore in the next major version 4.
In addition I think some additional commands should be added for working with files. Here some samples:
- WriteFile - Write an SQL Output to a file on a blob storage
- CopyFile - copies a file from one location to another
- RemoveFile - removes a file from a blob storage
optional additional commands:
- ValidateFile - check if a file is of a specific format and validates the file against a Schema file (XSD or a JSON Schema file)
- ConvertFile - converts a file from one file format to another, e.g. xml to json