You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "Ivan-gfan (via GitHub)" <gi...@apache.org> on 2024/02/02 01:21:21 UTC

[PR] [Feature][Connector-V2] Add support for XML file type to various file connectors [seatunnel]

Ivan-gfan opened a new pull request, #6327:
URL: https://github.com/apache/seatunnel/pull/6327

   Add support for XML file type to various file connectors such as SFTP, FTP, LocalFile, HdfsFile, and more.


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


Re: [PR] [Feature][Connector-V2] Add support for XML file type to various file connectors [seatunnel]

Posted by "liugddx (via GitHub)" <gi...@apache.org>.
liugddx merged PR #6327:
URL: https://github.com/apache/seatunnel/pull/6327


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


Re: [PR] [Feature][Connector-V2] Add support for XML file type to various file connectors [seatunnel]

Posted by "Hisoka-X (via GitHub)" <gi...@apache.org>.
Hisoka-X commented on PR #6327:
URL: https://github.com/apache/seatunnel/pull/6327#issuecomment-1924108926

   cc @TyrantLucifer 


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


Re: [PR] [Feature][Connector-V2] Add support for XML file type to various file connectors [seatunnel]

Posted by "Ivan-gfan (via GitHub)" <gi...@apache.org>.
Ivan-gfan commented on PR #6327:
URL: https://github.com/apache/seatunnel/pull/6327#issuecomment-1922646930

   #6327 


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


Re: [PR] [Feature][Connector-V2] Add support for XML file type to various file connectors [seatunnel]

Posted by "Ivan-gfan (via GitHub)" <gi...@apache.org>.
Ivan-gfan commented on code in PR #6327:
URL: https://github.com/apache/seatunnel/pull/6327#discussion_r1501718511


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-sftp-e2e/src/test/resources/xml/e2e.xml:
##########
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>

Review Comment:
   At first, I was using this file for source, but later I found out that I could generate it using fake source, and then read it again. I did not delete the file.



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