Sometimes, your data doesn’t come with a built-in unique ID, and that’s totally fine! If you ever need to update or enrich your dataset later on, having a unique identifier is super helpful (and sometimes essential). Here’s how you can create and use it, and why it makes your life easier.Documentation Index
Fetch the complete documentation index at: https://docs.caplena.com/llms.txt
Use this file to discover all available pages before exploring further.
Why This Matters
Whenever you want to replace or update data in Caplena, the system needs to know exactly which row you’re referring to. If there’s no unique ID, things can get messy. By creating a unique ID, you give each row a clear identity, making updates simple and safe, no accidental overwrites or mismatches.Step 1: Create a Row ID Using Smart Columns
.gif?s=e2a36763dd48fc5526db27496a2ed419)
Step 2: Convert Smart Column to a Regular Column
Right now, smart columns are dynamic and can’t be used when replacing data. But no stress, it’s super easy to turn it into a regular one:.gif?s=a45da490b43f7f2f5c0038fba2294d6b)
Click the delete icon next to your
row_id smart column, this only deletes the smart logic, not the values.Now the column becomes a static, regular part of your dataset, ready to use!
Now that your row ID is ready, check out this guide on how to replace data for the next steps.