Skip to main content
Solved

Metadata Reader Plan to Export Column Names

  • November 22, 2024
  • 2 replies
  • 79 views

Forum|alt.badge.img+1

Hi,

I am looking for a plan to export column names for a catalog item in One Web. Can someone help me with it?

Thanks

Best answer by ivan.kozlov

Hello ​@ritgupta ,
Here’s a plan that will download all the existing published CI’s and their attributes.

You’ll need to make sure you have an existing one platform connection created in IDE called “onemeta” this is how i reference it in my plan.

If you’d like to read all the draft CI’s just change the workflows state parameter in the plan.

I hope this helps.

Ivan

2 replies

Albert de Ruiter
Rocket Pioneer L1
Forum|alt.badge.img+4

Hi ​@ritgupta , I don't know how familiar you are with creating plans, but you could use a metadatareader for entity catalogItem, that contains details for both catalog items and its related attributes.

Kind regards,

Albert


ivan.kozlov
Ataccamer
Forum|alt.badge.img+3
  • Ataccamer
  • Answer
  • November 25, 2024

Hello ​@ritgupta ,
Here’s a plan that will download all the existing published CI’s and their attributes.

You’ll need to make sure you have an existing one platform connection created in IDE called “onemeta” this is how i reference it in my plan.

If you’d like to read all the draft CI’s just change the workflows state parameter in the plan.

I hope this helps.

Ivan