wenyongning1 opened a new issue, #4666:
URL: https://github.com/apache/incubator-seatunnel/issues/4666

   ### Search before asking
   
   - [X] I had searched in the 
[feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   I hope seatunel will automatically convert the time parameter in the URL of 
hhtp from 2023-04-18 16:25:00 format to startTime=2023-04-18%2016:25:00 format
   
   ### Usage Scenario
   
   
     url = "http://mockserver:1080/jsonpath/mock?startTime=2023-04-18 
2016:25:00&endTime=2023-04-18 2016:30:00"
   Seatune generated code automatically converted to
     url = 
"http://mockserver:1080/jsonpath/mock?startTime=2023-04-18%202016:25:00&endTime=2023-04-18%202016:30:00";
   
   ### Related issues
   
   Because it is necessary to dynamically transmit time parameters to obtain 
HTTP data, but the incoming time parameters do not comply with HTTP 
specifications, so seatunel needs to automatically convert them.
   
   ### Are you willing to submit a PR?
   
   - [ ] 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: commits-unsubscr...@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to