From e5d80f89b031c69695c9c79deb3fe6b5bee1d719 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 2 Jan 2024 06:48:11 +0100 Subject: feat #15: add connection checks to bwHC backend --- src/main/resources/templates/transformations.html | 47 ----------------------- 1 file changed, 47 deletions(-) delete mode 100644 src/main/resources/templates/transformations.html (limited to 'src/main/resources/templates/transformations.html') diff --git a/src/main/resources/templates/transformations.html b/src/main/resources/templates/transformations.html deleted file mode 100644 index b8e2f37..0000000 --- a/src/main/resources/templates/transformations.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - ETL-Prozessor - - - -
-
-

Transformationen

- -

Syntax

- Hier einige Beispiele zum Syntax des JSON-Path - - -

Konfigurierte Transformationen

-

- Hier sehen Sie eine Übersicht der konfigurierten Transformationen. -

- - - - - - - - - - - - - - -
JSON-PathTransformation von ⇒ nach
- [[ ${transformation.path} ]] - - [[ ${transformation.existingValue} ]] - - [[ ${transformation.newValue} ]] -
-
- - \ No newline at end of file -- cgit v1.2.3