FileSender Section
The "FileSender" section provides configuration settings for a sender that writes events to a local file system. The sender creates subdirectories under the specified output directory, one for each configured topic.
This option is intended for development and testing scenarios, avoiding the need for access to Kafka or Event Hubs.
"FileSender": { "OutputDirectory": "D:\\FileCaptureOutput" }
The OutputDirectory parameter specifies the directory path where the FileSender writes output files.
File paths in this type of configuration require double back slash characters (\\), which to be valid JSON must be escaped with a back slash (\); otherwise it fails to parse.