All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dax.txtfilereader.4.0.7.source-code.plugin_job_template.json Maven / Gradle / Ivy

Go to download

TxtFileReader提供了本地读取TEXT功能,并可以根据用户配置的类型进行类型转换,建议开发、测试环境使用。

There is a newer version: 4.1.4
Show newest version
{
  "name": "txtfilereader",
  "parameter": {
    "path": [
      "/tmp/data"
    ],
    "encoding": "UTF-8",
    "column": [
      {
        "index": 0,
        "type": "long"
      },
      {
        "index": 1,
        "type": "boolean"
      },
      {
        "index": 2,
        "type": "double"
      },
      {
        "index": 3,
        "type": "string"
      },
      {
        "index": 4,
        "type": "date",
        "format": "yyyy.MM.dd"
      }
    ],
    "fieldDelimiter": ","
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy