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-7867][Manager] Support data validation when importing Excel file #7869

Merged
merged 3 commits into from
Apr 18, 2023

Conversation

featzhang
Copy link
Member

@featzhang featzhang commented Apr 17, 2023

Validation result

image

{
  "success": false,
  "errMsg": "Error in Row 3, Column 4:StreamField type must one of [date, string, double, float, int, long, timestamp];\nError in Row 5, Column 1:Value can not be empty!;",
  "data": null
}

@featzhang featzhang force-pushed the 7867-excel-import-validation branch from 4abdbc9 to ae27eae Compare April 17, 2023 10:32
@dockerzhang dockerzhang merged commit 57e95ea into apache:master Apr 18, 2023
@featzhang featzhang deleted the 7867-excel-import-validation branch April 19, 2023 14:09
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] Support data validation when importing Excel file
4 participants