From b2389d30316730ce0496be34827bce5eb6ae6e97 Mon Sep 17 00:00:00 2001 From: pacmano1 <44065187+pacmano1@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:37:46 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02513bc..0ace680 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ The repository is organized by different use cases. Below is a summary of the ma - **dynamic_source_file_reader_name.js**: Dynamically sets source file names during processing. - **groupAndSum.js**: Groups and sums data based on specified criteria. - **replaceNullsWithEmptyStrings.js**: Replaces null values with empty strings in data structures. +- **router.routeMessage.js** - **select_named_headers_from_sourceMap.js**: Selects named headers from a source map. - **sum_and_group_v2.js**: Advanced grouping and summing of data.