From 937b40f0dad9d404ed62e7e4ac3f1c2a5f76a994 Mon Sep 17 00:00:00 2001 From: Fabian Westphal Date: Thu, 7 Dec 2023 10:29:18 +0100 Subject: [PATCH] fixed CarsExtractor naming --- apps/docs/docs/user/composite-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/user/composite-blocks.md b/apps/docs/docs/user/composite-blocks.md index f5c9bdb57..3db9e78f1 100644 --- a/apps/docs/docs/user/composite-blocks.md +++ b/apps/docs/docs/user/composite-blocks.md @@ -102,7 +102,7 @@ If the CSVExtractor is available in the scope of the `CarsPipeline` from before ```jayvee pipeline CarsPipeline { // HttpExtractor, TextFileInterpreter and CSVInterpreter have been replaced by CSVExtractor - CSVExtractor + CarsExtractor -> CarsTableInterpreter -> CarsLoader;