<div dir="ltr">I just discovered that it is not possible to modify the value of the key when using mnesia:transform_table.<div><br></div><div>- I can not find anything in the documentation specifying that it is not allowed.</div><div><br></div><div>- Why is it not possible to do this?</div><div><br></div><div>- is there any way to do this except, first doing mnesia:transform_table that does the transformation but without changing the key, and then iterating over the table and modifying the key, i.e. read, delete, and write modified?</div><div><br></div><div>Anders</div></div>