Tool/process while convert coral UI2 to coral UI3 - multifield | Community
Skip to main content
ebin_Aby
New Participant
August 15, 2019
Solved

Tool/process while convert coral UI2 to coral UI3 - multifield

  • August 15, 2019
  • 2 replies
  • 1328 views

Hi,

We are using 6.3.3 version and intend to upgrade to coral Ui3 as coralUi2 is not supported in 6.5 .

As multifield is stored as JSON in coral UI2 while in coral UI3 we store as node , how can we update (convert json to node) existing data

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

arunpatidar
arunpatidarAccepted solution
New Participant
August 17, 2019
arunpatidar
New Participant
August 15, 2019

Hi,

There is no OOTB tool available to convert JSON to Node structure but you can write a utility to :
1. Search components which have multifield property
2. convert json to create a node structure.

Arun Patidar