- Print
- DarkLight
- PDF
The Document Processor module helps process files that are received from the end user. It helps organize end-user data in a format based on your requirements. It extracts an attached document from the email, processes it, formats it, and sends it back as an attachment.
Note
Only files in the formats *.xls, *.xlsx, and *.csv can be processed. The transformed output file will be in Excel format.
To use the Document Processor module:
Select the Ushur where you want to add the Document Processor module.
Click the Document Processor icon. This displays the Document Processor dialog box.
The table below lists the options and descriptions of this dialog box.
Options | Description |
Label | Unique name of the transform module |
Set | The variable that maps to where the transformed document is saved |
Source | The source of the document that needs to be processed and transformed.
|
Apply Rules | Associated Ruleset and conditions that are predefined using the Ruleset tab. |
Password | The variable associated with the password, if the file is password protected. |
Document Output Mode | New - Will create a new file that will contain the transformed processed data. You can specify the following details for the new file.
Interleaved - Will create interleaves within the same document and present the data in a specified format.
|
Output Document Name | The name of the new transformed document. |
Rules | Specify the Domain Specific Language (DSL) rules and conditions to process the document for the document transformation feature.
|
Upload Rules | Click the Upload Rules to upload the rules in the text file(*.txt) format. |
Column Map CSV | Upload the *.csv file to associate each column with the predefined column names specified in the rules. |