stream.io.CsvUpload.md Maven / Gradle / Ivy
CsvUpload
=========
This processor simply uploads all processed items to a remote (HTTP) URL. The
upload consists of a single POST request for each item. The POST request contains
a header line and the data line as produced by the *CsvWriter*.