featzhang opened a new issue, #7789:
URL: https://github.com/apache/inlong/issues/7789

   ### Description
   
   At present, when creating a Stream field, it needs to be input one by one, 
which is relatively inefficient, especially when there are too many fields, the 
input will be very difficult.
   
   <img width="1012" alt="image" 
src="https://user-images.githubusercontent.com/5709212/230094658-6fc38e3b-dbf4-43d1-8772-cb02a9d15c89.png";>
   
   <img width="1012" alt="image" 
src="https://user-images.githubusercontent.com/5709212/230094569-8440c60b-95d1-455a-b666-9aa969a59f94.png";>
   
   
   
   In order to improve the efficiency of creating new Stream fields, the 
following three batch import methods are provided:
   1. CSV: "Comma-Separated Values", is a file format for storing and 
exchanging data in a tabular structure, where each row represents a record and 
each column represents a field. The values in each row are separated by commas, 
and each row is separated by a new line.
   2. Standard SQL: Specify the field name, field type and field remarks 
through DDL statements
   3. Excel: import Excel template
   
   
   
   ### Use case
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to