Hi,
Can't seem to crack this. Source data isn't changeable unfortunately so I've got to add a column to the data that says what the date of file creation was, and this needs to be on each row.
Date | Person Name | Data 1 | Data 2 |
11-07-17 | Person 1 | xxx | xxx |
11-07-17 | Person 2 | xxx | xxx |
11-07-17 | Person 3 | xxx | xxx |
11-07-17 | Person 4 | xxx | xxx |
So that date would change depending on when the file was created. These files are expected to either be produced by a person on our end, or transferred by FTP at 0300 so the date shouldn't matter too much.
How on Earth do I do this?