tFileInputMail
tFileInputMail Standard properties
These properties are used to configure tFileInputMail running in the Standard Job framework.
The Standard tFileInputMail component belongs to the File family.
The component in this framework is available in all Talend products.
Basic settings
Properties | Description |
---|---|
File Name |
Specify the email file to read and extract data from. Information noteWarning: Use absolute path (instead of relative path) for
this field to avoid possible errors.
|
Schema and Edit Schema |
|
Mail type |
Select a type of email from the drop-down list, either MIME or MSG. |
Attachment export directory |
Specify the directory to which you want to export email attachments. |
Mail parts |
Specify the header fields to extract from the MIME email file specified in the File Name field.
This table appears only when MIME is selected from the Mail type drop-down list. |
MSG Mail parts |
Specify what to extract from the defined MSG email file for each schema column.
This table appears only when MSG is selected from the Mail type drop-down list. |
Die on error |
Select this check box to stop the execution of the Job when an error occurs. Clear the check box to skip the row on error and complete the process for error-free rows. |
Advanced settings
Properties | Description |
---|---|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Global Variables
Variables | Description |
---|---|
Global Variables |
EXPORTED_FILE_PATH: the directory to export mail attachment. This is a Flow variable and it returns a string. ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl+Space to access the variable list and choose the variable to use from it. For more information about variables, see Using contexts and variables. |
Usage
Usage guidance | Description |
---|---|
Usage rule |
This component handles flow of data therefore it requires output. It is defined as an intermediary step. |