diff --git a/src/blog/2024/06/filtering-mapping-sorting-reducing-with-node-red.md b/src/blog/2024/06/filtering-mapping-sorting-reducing-with-node-red.md index 0d3985ffb9..7ce366e4c3 100644 --- a/src/blog/2024/06/filtering-mapping-sorting-reducing-with-node-red.md +++ b/src/blog/2024/06/filtering-mapping-sorting-reducing-with-node-red.md @@ -2,7 +2,7 @@ title: How to Filter, Map, Sort, and Reduce Data in Node-RED subtitle: Step-by-step guide to use the most common data transformation operations like filtering, mapping, sorting and reducing in Node-RED. description: Learn how to perform data transformation in Node-RED with a low-code approach. -date: 2024-06-19 +date: 2024-06-26 authors: ["sumit-shinde"] image: /blog/2024/06/images/filtering-mapping-sorting-reducing-with-node-red.png tags: diff --git a/src/blog/2024/06/images/filtering-mapping-sorting-reducing-data-with-node-red-sort-node.png b/src/blog/2024/06/images/filtering-mapping-sorting-reducing-data-with-node-red-sort-node.png index 56e89c240f..b719f2427a 100644 Binary files a/src/blog/2024/06/images/filtering-mapping-sorting-reducing-data-with-node-red-sort-node.png and b/src/blog/2024/06/images/filtering-mapping-sorting-reducing-data-with-node-red-sort-node.png differ diff --git a/src/blog/2024/06/images/filtering-mapping-sorting-reducing-switch-node.png b/src/blog/2024/06/images/filtering-mapping-sorting-reducing-switch-node.png index 0b7fcac19e..e6e0f59830 100644 Binary files a/src/blog/2024/06/images/filtering-mapping-sorting-reducing-switch-node.png and b/src/blog/2024/06/images/filtering-mapping-sorting-reducing-switch-node.png differ