
{
    "report-generator":
    {
        "uri": "local",
        "id": "example"
    },
    "input-data":
    {
        "TABLE1": {
            "rowsData": [
                ["1", "123-456-789 01", "OPS-123-456-789-01", "", "ПЕТРОВ ИВАН СИДОРОВИЧ"],
                ["2", "123-456-789 02", "OPS-123-456-789 02", "17-JAN-17", "ИВАНОВ СИДОР ПЕТРОВИЧ"]
            ]
        },
        
        "CONDITIONAL_TAG_TRUE": "true",
        "CONDITIONAL_TAG_FALSE": "false"    
    },
    "options":
    {
        "enable-debug-report-save": false,
		"output-mode": "binary"
    }
}
