Reads data into the given system.
inputFile (csv) or inputPath (->array), schemaPath, separator, tableName, createTable ("true"/"false")
{ "sampleKey": { "connPath": "$.yourStateKey", "timeout": "10", "inputFile": "folder1/folder2/yourFile.txt", "inputPath": "$.yourStateKey", "schemaPath": "$.yourStateKey", "separator": "yourText", "tableName": "yourText", "createTable": "False", "retryTimes": "10", "retryDelay": "10" }, "dataConnections": { "your_connName": { "systemType": "MemorySql|SqlServer|Firebird|MockData|CustomValue", "connString": "" } }, "customDataProviders": { "your_systemType": "yourText" } }