Comment on page
RSS
Use change data capture to stream data from RSS or ATOM feeds to any data sink and transform them on the way.
By default, this connector uses the
pubDate
attribute of feed entries to detect changes at each request. If the feed does not provide any information on the publication time of entries, the connector performs a full bulk load at each request.This source connector supports the following configuration options:
URI
The URI of the RSS or ATOM feed, including the HTTP scheme, i.e.,
http://
or https://
.Sync interval (s)
Interval in seconds between requests to the RSS or ATOM feed (default:
120
).Last modified 10mo ago