August 15, 2023

Verifying the creation – Docs for ESB 6.x

Verifying the creation

  1. Double-click tAzureStorageContainerExist to open its Component view.

    use_case-tazurestoragecreate4.png

  2. Select
    the component whose connection details will be used to set up the Azure storage
    connection. In this example, it is
    tAzureStorageConnection_1.
  3. In the Container name field, enter the
    name of the container you need to check whether it exists.
  4. Double-click tJava to
    open its Component view.

    use_case-tazurestoragecreate5.png

  5. In the Code field, enter
    System.out.println();
  6. In the Outline panel,
    which, by default, is found to the left side of the Component view, expand the tAzureStorageContainerExist node.

    use_case-tazurestoragecreate6.png

  7. From the Outline panel, drop the
    CONTAINER_EXSIT global variable into
    the parentheses in the code in the Component view in order to make the code read:
    System.out.println(((Boolean)globalMap.get("tAzureStorageContainerExist_1_CONTAINER_EXIST")));

Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x