Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INLONG-7843][Manager] Creating the schema of StreamSource by importing an Excel file #7861

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

featzhang
Copy link
Member

@featzhang featzhang commented Apr 15, 2023

[INLONG-7843][Manager] Creating the schema of StreamSource by importing an Excel file

Validation Results

image

image

Parsed result:

{
  "success": true,
  "errMsg": null,
  "data": [
    {
      "id": null,
      "inlongGroupId": null,
      "inlongStreamId": null,
      "fieldName": "f1",
      "fieldType": "long",
      "fieldComment": "f1 field, long value",
      "isPredefinedField": null,
      "fieldValue": null,
      "preExpression": null,
      "isMetaField": 0,
      "metaFieldName": null,
      "fieldFormat": null,
      "originNodeName": null,
      "originFieldName": null,
      "extParams": null
    },
    {
      "id": null,
      "inlongGroupId": null,
      "inlongStreamId": null,
      "fieldName": "f2",
      "fieldType": "double",
      "fieldComment": "f2 field, double value",
      "isPredefinedField": null,
      "fieldValue": null,
      "preExpression": null,
      "isMetaField": 0,
      "metaFieldName": null,
      "fieldFormat": null,
      "originNodeName": null,
      "originFieldName": null,
      "extParams": null
    },
    {
      "id": null,
      "inlongGroupId": null,
      "inlongStreamId": null,
      "fieldName": "f3",
      "fieldType": "int",
      "fieldComment": "f3 field, int value",
      "isPredefinedField": null,
      "fieldValue": null,
      "preExpression": null,
      "isMetaField": 0,
      "metaFieldName": null,
      "fieldFormat": null,
      "originNodeName": null,
      "originFieldName": null,
      "extParams": null
    },
    {
      "id": null,
      "inlongGroupId": null,
      "inlongStreamId": null,
      "fieldName": "f4",
      "fieldType": "string",
      "fieldComment": "f4 field, string value",
      "isPredefinedField": null,
      "fieldValue": null,
      "preExpression": null,
      "isMetaField": 0,
      "metaFieldName": null,
      "fieldFormat": null,
      "originNodeName": null,
      "originFieldName": null,
      "extParams": null
    },
    {
      "id": null,
      "inlongGroupId": null,
      "inlongStreamId": null,
      "fieldName": "f5",
      "fieldType": "date",
      "fieldComment": "f5 field, date value",
      "isPredefinedField": null,
      "fieldValue": null,
      "preExpression": null,
      "isMetaField": 0,
      "metaFieldName": null,
      "fieldFormat": null,
      "originNodeName": null,
      "originFieldName": null,
      "extParams": null
    },
    {
      "id": null,
      "inlongGroupId": null,
      "inlongStreamId": null,
      "fieldName": "f6",
      "fieldType": "timestamp",
      "fieldComment": "f6 field, timestamp value",
      "isPredefinedField": null,
      "fieldValue": null,
      "preExpression": null,
      "isMetaField": 0,
      "metaFieldName": null,
      "fieldFormat": null,
      "originNodeName": null,
      "originFieldName": null,
      "extParams": null
    }
  ]
}

Copy link
Member

@healchow healchow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@vernedeng vernedeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dockerzhang dockerzhang merged commit 87f2526 into apache:master Apr 17, 2023
@featzhang featzhang deleted the 7843 branch May 12, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Manager] Creating the schema of StreamSource by importing an Excel file
5 participants