Mit der Aufgabe „Datenabgleich“ können Sie die Elemente eines String-Arrays durchgehen und Transformationsfunktionen anwenden, um einen Stringwert mit allen Arrayelementen zu verketten.
Klicken Sie im linken Navigationsmenü auf Integrationen, um die Seite Integrationen zu öffnen.
Wählen Sie eine vorhandene Integration aus oder erstellen Sie eine neue Integration, indem Sie auf Integration erstellen klicken.
Wenn Sie eine neue Integration erstellen, gehen Sie so vor:
Geben Sie im Dialogfeld Integration erstellen einen Namen und eine Beschreibung ein.
Wählen Sie eine Region für die Integration aus.
Wählen Sie ein Dienstkonto für die Integration aus. Sie können die Details des Dienstkontos einer Integration jederzeit im Bereich infoIntegrationsübersicht in der Symbolleiste für Integrationen ändern oder aktualisieren.
Klicken Sie auf Erstellen.
Dadurch wird die Integration auf der Seite Integrationseditor geöffnet.
Klicken Sie im Integrationseditor auf das publishMenü zum Hochladen/Herunterladen und wählen Sie Integration hochladen aus.
Wählen Sie im Dateibrowser-Dialogfeld die Datei aus, die Sie in Schritt 1 gespeichert haben, und klicken Sie dann auf Öffnen.
Eine neue Version der Integration wird mit der hochgeladenen Datei erstellt.
Klicken Sie im Integrationseditor auf Testen.
Klicken Sie auf Integration testen. Dadurch wird die Integration ausgeführt und das Ausführungsergebnis wird im Bereich Integration testen angezeigt.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-06-23 (UTC)."],[[["This guide demonstrates how to use the Data Mapping task within Application Integration to concatenate a string to each element of a string array."],["The process involves using the `FOR_EACH` and `CONCAT` functions to iterate through an array and append a specified string value to every element within it."],["The sample integration includes an API trigger, a Data Mapping task, and configurations to handle string array manipulation, using provided default values for an initial array and a text to append."],["Instructions are provided for uploading and testing the sample integration file, by saving it as a .json file, and then uploading it through the Google Cloud console Application Integration page."],["The code sample shows the structure of an Application Integration flow that will perform the string array concatenation."]]],[]]