Skip to main content
Question

Need Upper case Property

  • August 7, 2025
  • 2 replies
  • 21 views

Forum|alt.badge.img
  • Universe Traveller
  • 10 replies

When I add a property cdeIndicator its displaying as Cde Indicator. I want it to display as “CDE Indicator” how to do that in metadata model?​@anna.spakova , ​@Catherine 

2 replies

anna.spakova
Ataccamer
Forum|alt.badge.img+3
  • Ataccamer
  • 211 replies
  • August 8, 2025

Hi ​@kpillai ,

thank you for your question. You need to use a trait to setup a custom display name: fe:mmdProperty with the following content:

{
"displayName": "CDE Indicator"
}

The following documentation also describes how to apply traits if you are not certain: https://docs.ataccama.com/one/latest/metadata-model/traits.html

Please let me know if you need further assistance or if the documentation is sufficient.

Kind regards,

Anna


Forum|alt.badge.img
  • Author
  • Universe Traveller
  • 10 replies
  • August 8, 2025

Thanks ​@anna.spakova