...
Click the Configure button. The Configuration Pop-up will appear.
Select the required encryption method from the Select Method dropdown.
Click Upload Private Key to upload the file or paste the private key in the text box.
Enter the Passphrase in the text box.
Click the icon to view and confirm the entered Passphrase.
Click Save Changes to save the encryption configuration.
Notewarning |
---|
The configured Passphrase will not be visible while editing the configuration. |
...
Directory: The parent directory helps to define the file's static path. Also, it automatically reflects at the bottom of the File Name Pattern (Regex) with the regular expression.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Separate directories for multiple listeners are recommended. |
The Final Path combines the parent directory and regular expression corresponding to the file/directory in S3.
Note |
---|
Amazon S3 bucket must have read and write access, so you can use following functionality as mentioned below: |
Automatic Folder Structure:
The batch listener automatically creates a folder structure in the provided path.
This structure is maintained to track processed files and facilitate troubleshooting in case of failures.
File Handling:
When the listener completes reading a file, it is moved to a "Processed" folder within the same directory.
This relocation is done to prevent reprocessing.
Reprocessing Capability:
If you need to reprocess the same file, simply move it from the "Processed" directory back to the original path.
The listener will pick up the file for processing once again.
Always use one directory per listener, separated by "/."
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For example: CSV files are placed in a directory named "data" that needs to be parsed. For more information about Regular Expressions, See Path Pattern (Regex). |
...
Related Topics
Batch Listener (Copy)
...