Hi,
In my project, the data feed XML which is in gz format is downloaded from remote server using curl utility. e.g.
curl -o feed.gz http://www.example.com/feed.gz
Is there any adapter to achieve this using Spring Batch or Spring Integration?
Hi,
In my project, the data feed XML which is in gz format is downloaded from remote server using curl utility. e.g.
curl -o feed.gz http://www.example.com/feed.gz
Is there any adapter to achieve this using Spring Batch or Spring Integration?