Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 "/."

...