I have a csv that will need to be scripted to update monthly it currently looks like this
UserID Name
120 john doe
121 jane doe
122 mike name
123 joe blow
I need to keep the existing UserID and add the UserID data before the Name and delete the last name.
UserID ID
120 120-john
121 121-jane
122 122-mike
123 123-joe
I have figured out renaming removing columns but I have no idea how to combine data from one to the other and remove the last name....
any help would be amazing! even if you can just fill in part of the issue I can keep playing