
About: Same as tSambaGet but includes fix to release obtained IO resources
Changes: revision of tSambaGet
About: Puts a file in to a Samba network drive
Changes: Samba file put
About: This component allows to use the Logback API (using the SLF4J API) to log messages, with the specified log level.
One message is logged by input line. Schema data can be used in the log message.
This component is similar to the tLog4J component.
Changes: First revision of the component.
This revision has the same parameters and comportement as the 1.1 version of the tLog4J component.
About: Monitors a directory on a Samba shared drive (Windows shared drives). This can be used to identify files remotely for download to a local repository.
Changes: Same as tWaitForFile but for monitoring remote files under a shared drive.
About: A component to aid in the development of accessing the ClickBank Shipping Api. To use the ClickBank api, you must have a vendor or affiliate account at ClickBank, and you must create api developer and clerk keys. The component has all the shipping api methods readily available, and allows you to add parameters in a table. The output includes three variables in one row. The first is request body, which is formated in json or xml, depending on which output type you select. The second is an error string if one exists, and the third is the http status code. To learn more about the ClickBank Shipping api and the methods available please visit: http://www.clickbank.com/help/account-help/account-tools/clickbank-api/
For a list of methods represented in the Method drop down see:
https://api.clickbank.com/rest/1.2/shipping
and
https://api.clickbank.com/rest/1.2/shipping/shipnotice
Changes: Initial release of the ClickBank Shipping api component for talend.