User Activity

I have a CSV table that contains both parent and child records.I need to identify if a row is a child based on a specific value in the Name field.The parent is also identified by a specific value in the Name field.For each child record, I need to:Fin...