I need to generate a list of users, each with a line for every 2025 holiday based on their work schedule. I have all the necessary data however I need to populate a lot of repeated data into a file I am bulk loading into our system.
Example, this work schedule:
View attachment 120254
But for this schedule I have this list of users:
In my load file I essentially need the holiday list repopulated for each user with the user ID in the same row, example:
This is showing for two users, but I'd rather not have to copy paste the list of holidays and then user IDs as I have 1000+ users
Any help would be very appreciated!
Example, this work schedule:
View attachment 120254
But for this schedule I have this list of users:
In my load file I essentially need the holiday list repopulated for each user with the user ID in the same row, example:
This is showing for two users, but I'd rather not have to copy paste the list of holidays and then user IDs as I have 1000+ users
Any help would be very appreciated!