Aggregate a folder of documents into one dictionary

The scenario reads every document in a storage folder and builds a single 'file name → content' dictionary for other scenarios to use.

  • Takes every file in the folder
  • Reads each document's content
  • Builds one name-to-text dictionary
  • Ready to feed other scenarios