Add Data Transformer documentation for Studio Pro 11.11#11219
Open
aimiliatheologimendix wants to merge 1 commit into
Open
Add Data Transformer documentation for Studio Pro 11.11#11219aimiliatheologimendix wants to merge 1 commit into
aimiliatheologimendix wants to merge 1 commit into
Conversation
Adds comprehensive documentation for the new Data Transformer feature in Studio Pro 11.11, including: - Overview and introduction to JSON-to-JSON transformation with JSLT - Step-by-step guide for adding and configuring Data Transformers - Instructions for using Data Transformers in microflows - Six practical how-to examples covering common transformation patterns Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Collaborator
|
This PR is pending PM approval |
|
|
||
| 1. Right-click the module you want to add the Data Transformer document to. | ||
| 2. Select **Add other** > **Data Transformer**. | ||
| 3. Name the data transformer. |
Contributor
Author
There was a problem hiding this comment.
add screenshot <add-data-transformer.png>
{{< figure src="/attachments/refguide/modeling/integration/data-transformers/add-data-transformer.png" alt="Add Data Transformer" >}}
| 2. Define the JSLT transformation in the middle text editor. | ||
| 3. Click the **Test Transformation** button below the JSLT transformation editor to see the transformation result in the **Output JSON**. | ||
| 4. You can then click the **Copy** button below the Output JSON and you can use the simplified snippet for creating a new JSON structure. | ||
|
|
Contributor
Author
There was a problem hiding this comment.
{{< figure src="/attachments/refguide/modeling/integration/data-transformers/define-transformation.png" alt="Define Transformation" >}}
| Download Studio Pro and add the Data Transformer document to your app. To do this, follow these steps: | ||
|
|
||
| 1. Right-click the module you want to add the Data Transformer document to. | ||
| 2. Select **Add other** > **Data Transformer**. |
Contributor
Author
There was a problem hiding this comment.
Change to: Data Transformer (beta)
|
|
||
| ## Adding the Data Transformer Document | ||
|
|
||
| Download Studio Pro and add the Data Transformer document to your app. To do this, follow these steps: |
|
|
||
| 4. Specify the name of the output in the **Variable Name** text field. | ||
|
|
||
| {{< figure src="/attachments/refguide/modeling/integration/data-transformers/specify-output-name.png" alt="Specify output variable name" >}} |
Contributor
Author
There was a problem hiding this comment.
Remove the figure from here
|
|
||
| 2. Double-click the activity and click **Select** to choose an existing Data Transformer document or create a new one. | ||
|
|
||
| {{< figure src="/attachments/refguide/modeling/integration/data-transformers/select-data-transformer.png" alt="Select Data Transformer document" >}} |
Contributor
Author
There was a problem hiding this comment.
Remove the figure from here
|
|
||
| 3. Click on the dropdown **Variable (string)** and select the input string variable from the list. | ||
|
|
||
| {{< figure src="/attachments/refguide/modeling/integration/data-transformers/select-input-variable.png" alt="Select input variable" >}} |
Contributor
Author
There was a problem hiding this comment.
Remove the figure from here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds comprehensive documentation for the new Data Transformer feature in Studio Pro 11.11, including: