Skip to content

v1.2 - Workflow Streamlining

Choose a tag to compare

@kwongtn kwongtn released this 04 Jul 15:15
· 85 commits to master since this release

Function added such that it is possible to define the default output file path in the input json file itself.
At the root, the following is defined:

"outFile":[
        {
            "filePath" : "<default file path>",
            "defaultAppend" : true
        }
    ]

It is perfectly ok to define any one property, or to not have the "outfile" array.

  • Re-released 5 July 2019, 1352