You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "hailin0 (via GitHub)" <gi...@apache.org> on 2023/04/23 08:17:10 UTC

[GitHub] [incubator-seatunnel] hailin0 opened a new issue, #4649: [Feature][Connector][Http] Support multi-line json text splits

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

   ### 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
   
   
   ### support for splitting response text by line
   
   ```java
   //pseudocode
   boolean enableMultiLines = true;
   if (enableMultiLines) {
       StringReader stringReader = new StringReader(content);
       BufferedReader bufferedReader = new BufferedReader(stringReader);
       String lineStr;
       while ((lineStr = bufferedReader.readLine()) != null) {
   
       }
   }
   ```
   
   ### change location
   https://github.com/apache/incubator-seatunnel/blob/dev/seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/source/HttpSourceReader.java#L101
   
   
   ### verify
   - add e2e testcase
   - update docs
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### 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-unsubscribe@seatunnel.apache.org.apache.org

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


[GitHub] [incubator-seatunnel] HsbcJone commented on issue #4649: [Feature][Connector][Http] Support multi-line text splits

Posted by "HsbcJone (via GitHub)" <gi...@apache.org>.
HsbcJone commented on issue #4649:
URL: https://github.com/apache/incubator-seatunnel/issues/4649#issuecomment-1519231024

   
   its a good case. I have done this task. after tested i will submit pr. @hailin0 @CodingGPT 


-- 
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-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] HsbcJone commented on issue #4649: [Feature][Connector][Http] Support multi-line text splits

Posted by "HsbcJone (via GitHub)" <gi...@apache.org>.
HsbcJone commented on issue #4649:
URL: https://github.com/apache/incubator-seatunnel/issues/4649#issuecomment-1529832988

   @hailin0 The code has been submitted and local testing has passed. We hope you can review it


-- 
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-unsubscribe@seatunnel.apache.org

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


[GitHub] [seatunnel] github-actions[bot] commented on issue #4649: [Feature][Connector][Http] Support multi-line text splits

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4649:
URL: https://github.com/apache/seatunnel/issues/4649#issuecomment-1575859637

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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-unsubscribe@seatunnel.apache.org

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


[GitHub] [seatunnel] github-actions[bot] closed issue #4649: [Feature][Connector][Http] Support multi-line text splits

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4649: [Feature][Connector][Http] Support multi-line text splits 
URL: https://github.com/apache/seatunnel/issues/4649


-- 
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-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] CodingGPT commented on issue #4649: [Feature][Connector][Http] Support multi-line text splits

Posted by "CodingGPT (via GitHub)" <gi...@apache.org>.
CodingGPT commented on issue #4649:
URL: https://github.com/apache/incubator-seatunnel/issues/4649#issuecomment-1519094850

   pls assigned to me, tks


-- 
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-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] HsbcJone commented on issue #4649: [Feature][Connector][Http] Support multi-line text splits

Posted by "HsbcJone (via GitHub)" <gi...@apache.org>.
HsbcJone commented on issue #4649:
URL: https://github.com/apache/incubator-seatunnel/issues/4649#issuecomment-1530781901

   pls assigned to me, tks
   


-- 
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-unsubscribe@seatunnel.apache.org

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


[GitHub] [seatunnel] github-actions[bot] commented on issue #4649: [Feature][Connector][Http] Support multi-line text splits

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4649:
URL: https://github.com/apache/seatunnel/issues/4649#issuecomment-1636930254

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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-unsubscribe@seatunnel.apache.org

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