0
I have a table with some information, the employee’s name, Pis, date and time, the time field records the time of registration on the time clock, these records are all in the same column, for example: Employee 1, has four records, morning entry, morning departure, late entry and late departure, but all these times are in the same column, what I need is to separate it and take its name and times for a new table, but each time in its respective field.
If anyone can help with the logic of this implementation, I am grateful. It may even be before importing the CSV file, because this data is imported from a CSV but the way it is. If I can do this before the import, resolve.