-
Notifications
You must be signed in to change notification settings - Fork 9
W-20889415 custom metadata doc updates #587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tasmoore
wants to merge
3
commits into
MS2026-02-17-ACB
Choose a base branch
from
W-20889415-custom-metadata-tm
base: MS2026-02-17-ACB
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+95
−5
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+164 KB
modules/ROOT/assets/image-source-files/custom-metadata-project-prop.graffle
Binary file not shown.
Binary file modified
BIN
+13.3 KB
(110%)
modules/ROOT/assets/image-source-files/int-dw-fx-data-tab-attributes.graffle
Binary file not shown.
Binary file modified
BIN
+18.1 KB
(120%)
modules/ROOT/assets/image-source-files/int-dw-fx-data-tab.graffle
Binary file not shown.
Binary file modified
BIN
+103 KB
(190%)
modules/ROOT/assets/image-source-files/int-dw-fx-input-output-sample.graffle
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+77.6 KB
(200%)
modules/ROOT/assets/images/int-dw-fx-data-tab-attributes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+82.3 KB
(200%)
modules/ROOT/assets/images/int-dw-fx-input-output-sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| = Managing Custom Metadata | ||
|
|
||
| Define and assign custom metadata to accurately represent your organization's unique data structures within your integration projects. Create metadata for inputs and outputs using common formats so your data transformations stay accurate. Custom metadata connects your visual development tools to your data requirements, facilitating easier testing and workflow creation. | ||
|
|
||
| == Supported Metadata Types | ||
|
|
||
| Anypoint Code Builder supports these metadata types: | ||
|
|
||
| * CSV | ||
| * Copybook | ||
| * Excel | ||
| * Fixed Width | ||
| * Flat File | ||
| * JSON | ||
| * Object | ||
| * Simple type | ||
| * XML | ||
|
|
||
| [[create-custom-metadata]] | ||
| == Create Custom Metadata | ||
|
|
||
| To create custom metadata: | ||
|
|
||
| . Click *Create New*. | ||
| . Enter a unique name for the metadata. | ||
| . Select the metadata type, such as CSV, JSON, or XML. | ||
| . Add additional required details for the metadata, depending on the type selected, such as the definition or source type, schema, and class. You must also upload a sample file for some metadata types. | ||
| . Select to wrap the | ||
| . Click *Save and Close*. | ||
|
|
||
| The custom metadata is stored in the `application-types.xml` file in your project's resources folder. Sample files and custom metadata created in Anypoint Code Builder are compatible with Anypoint Studio and vice versa. | ||
|
|
||
| image::int-custom-metadata-project-properties.png["Custom Metadata tab on the Project Properties page"] | ||
|
|
||
| [NOTE] | ||
| To apply custom metadata to a component, add or open the component in the canvas and then apply the metadata using the custom metadata options from the Metadata tab, *Expression Builder*, or *Transformation Builder*. For more information, see <<set-custom-metadata-on-metadata-or-data-tab, Set Custom Metadata on the Metadata or Data Tab>> and see <<set-custom-metadata-in-transformation-builder, Set Custom Metadata in Transformation Builder>>. | ||
|
|
||
| [[edit-custom-metadata]] | ||
| == Edit Custom Metadata | ||
|
|
||
| To edit custom metadata, click the three dots next to the source file and then click *Edit*. Make your changes and then click *Save and Close*. The changes are applied to all components that use the custom metadata. | ||
|
|
||
| == Preview Custom Metadata | ||
|
|
||
| To preview custom metadata, click the name of the metadata. The preview shows the metadata in the selected format. | ||
|
|
||
| [[delete-custom-metadata]] | ||
| == Delete Custom Metadata | ||
|
|
||
| To delete custom metadata from the *Custom Metadata* tab, click the three dots next to the source file and then click *Delete*. The metadata is deleted from all components that use it. | ||
|
|
||
| You can also delete custom metadata when editing by clicking *Delete Custom Metadata* from the three dots menu. | ||
|
|
||
| == See Also | ||
|
|
||
| . xref:int-configure-dw-expressions.adoc#set-component-custom-metadata-on-metadata-or-data-tab[Set Component Custom Metadata on the Metadata or Data Tab] | ||
| . xref:int-configure-dw-expressions.adoc#set-custom-metadata-in-transformation-builder[Set Custom Metadata in Transformation Builder] | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the what?