Hello I am working in this assignment and can't seem to figure out how to solve for problem 1. I have have been using the text to column and was hoping to get some help. This is the problem "
- Output a csv file that splits the Payroll_ID field into two fields, Payroll_IDNumber and Payroll_IDDay. These fields should show the numeric portion of Payroll_ID and the text portion of Payroll_ID, respectively. Only show each value of Payroll_ID once (i.e., do not repeat Payroll_ID). Sort your data in ascending order by Payroll_IDNumber. Your solution should have the following headers:"
I have attached the data set. thank you