Dacris.Maestro.Data.ReadCsvFile Interaction

Reads data into the given system.

Preconditions:

inputFile (csv) or inputPath (->array), schemaPath, separator, tableName, createTable ("true"/"false")

Sample State.json Input

{
  "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": "your_systemType",
      "connString": ""
    }
  },
  "customDataProviders": {
    "your_systemType": "yourText"
  }
}