Skip to content

fixed: ftp target index #938 no initial value given#943

Merged
FlechazoW merged 1 commit intoDTStack:masterfrom
Jixiangup:fixed_938
Dec 13, 2022
Merged

fixed: ftp target index #938 no initial value given#943
FlechazoW merged 1 commit intoDTStack:masterfrom
Jixiangup:fixed_938

Conversation

@Jixiangup
Copy link
Collaborator

@Jixiangup Jixiangup commented Dec 12, 2022

Change Logs

API Change

  • API response result changes of the /taier/api/task/parsing_ftp_columns

    {
      "code": 1,
      "message": null,
      "data": {
        "column": [
          {
            "index": 2,
            "type": "string",
             -- "name": "column2"
             ++ "key": "column2"
          }
        ],
        "filetype": "TXT"
      },
      "space": 0,
      "success": true,
      "version": null
    }
    

Feature Change

  • Add writer's field index autofill

@Jixiangup Jixiangup requested a review from vainhope December 12, 2022 03:30
@Jixiangup Jixiangup self-assigned this Dec 12, 2022
@Jixiangup Jixiangup added the bug Something isn't working label Dec 12, 2022
@FlechazoW FlechazoW merged commit 22f3a12 into DTStack:master Dec 13, 2022
@Jixiangup Jixiangup deleted the fixed_938 branch December 13, 2022 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

数据集成目标端为ftp的时侯前端没有映射索引不能填入target索引

2 participants