I'm trying to remove records from Routing Operations (and other tables) via a Migration Job, with an CSV file as input.
Normally i use the Remove__ method, based on an SQL statement on the table from which the records should be removed.
This Remove__ method however requires a value for the Objkey and ObjVersion attribute.
When using a CSV input, I can search for the Rowkey via the Function Get_Rowkey, but I cannot find a way to return the RowVersion based on either the Rowkey, or the other key values.
Or is there an other approach to solve this ?