Moves data from a source to a destination with transformations along the way. For example, you could download a file from an SFTP server, decrypt it, then copy it to a network location.
Please checkout the TestClient console app project for sample usage.
Thanks