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
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 |
A schema is a row description, it defines the number of fields to be processed and passed on to the next component. The schema is either Built-in or stored remotely in the Repository. Click Edit schema to make changes to the schema. If the current schema is of the Repository type, three options are available:
|
|
Built-in: The schema will be created and stored locally for this component only. For more information about a component schema in its Basic settings tab, see Basic settings tab. |
|
Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and Job flowcharts. For more information about a component schema in its Basic settings tab, see Basic settings tab. |
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
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
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 rule |
This component handles flow of data therefore it requires output. It is defined as an intermediary step. |