dax.txtfilereader.4.0.7.source-code.plugin_job_template.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of txtfilereader Show documentation
Show all versions of txtfilereader Show documentation
TxtFileReader提供了本地读取TEXT功能,并可以根据用户配置的类型进行类型转换,建议开发、测试环境使用。
{
"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