healchow commented on code in PR #6260:
URL: https://github.com/apache/inlong/pull/6260#discussion_r1003946795


##########
inlong-dashboard/src/metas/stream/index.tsx:
##########
@@ -142,27 +142,27 @@ const fieldsDefault: FieldItemType[] = [
       options: [
         {
           label: i18n.t('meta.Stream.DataSeparator.Space'),
-          value: '32',
+          value: ' ',

Review Comment:
   Spaces are not easy to identify after being saved in the back-end database;
   
   In addition, if the user needs to set a special character, there may be 
problems with the front-end display and back-end storage.
   
   Therefore, it is recommended to use ASCII code to save.



-- 
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