alibaba / alibaba/DataX

抽取SQLServer 到Text,时间最大为 12:59:59

Open
#189 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
17.4k
Forks
5.7k
PR merge metrics
No merged PRs in 30d

Description

抽取 SQLServer 数据到 Text 文件,到 Text 文件中最大时间为 12:59:59,数据条目跟查询语句能对应上。导出格式为:
``` json

"writer": {
"name": "txtfilewriter",
"parameter": {
"path": "/home/sbwuser/csvdata",
"fileName": "drawscore",
"writeMode": "append",
"dateFormat": "YYYY-MM-dd hh:mm:ss"
}
}

```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the DataX txtfilewriter entry point and reproduce the SQLServer-to-Text export using the shown dateFormat configuration. Compare the exported time values with the query results, especially values after 12:59:59. Done means the Text output preserves the full time range and remains aligned with the queried data.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-engineering, databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.