Skip to main content
Question

Splitting In RDM

  • February 23, 2026
  • 2 replies
  • 10 views

Forum|alt.badge.img+1

Hello, I am working on a use case in RDM so the use case is that is it possible that can I split a record into two records such that the old record gets replaced by those new records for eg-

 How can I be able to achieve this?

Thank you,

2 replies

may_kwok
Rocket Pioneer L1
Forum|alt.badge.img+4
  • Rocket Pioneer L1
  • February 26, 2026

The only closest “hack” that I know is…

On your record that you want to replicate, select it then click Actions → Create.

This would start the “create record” window but pre-populated with the contents of the selected record.

Obviously you’ll need to edit the information, at least the primary key and unique keys, to avoid primary / unique key violations.

 

There’s also the actual split row action in tables that has the business date feature enabled: https://docs.ataccama.com/rdm/latest/web-application/versioning-records-in-rdm.html


Forum|alt.badge.img+1
  • Author
  • Data Voyager
  • February 26, 2026

Thank you.