fcb-xiaobo commented on issue #8563:
URL: https://github.com/apache/seatunnel/issues/8563#issuecomment-2604269744

   At present, in 2.3.8, I understand that it is not possible to submit task 
configurations in hocon format through the rest API, nor can JSON 
configurations be converted to hocon configurations. If you want to convert 
them yourself, I have come up with a method using seattune and verified it,
   config = ConfigFactory.parseString(”you hocon file“);
   The content is your local hocon file and needs to be converted to a string
   
   
   origin local hocon file
   
   
![Image](https://github.com/user-attachments/assets/e99ab512-bf5d-4b9b-ba2e-85d122d72e75)
   
   
   use parseStirng convert after
   
   
   
![Image](https://github.com/user-attachments/assets/8e9a566e-c75b-4ebc-8485-b8947ee01204)
   
   
   
   
   You can try it, I hope it can help you


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