Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAEach week your boss gives you a new dataset to parse. Each week it comes with a different schema and an accompanying dataset with how it should be parsed. Create a process that automatically parses the data from the data dictionary. Once created, you should be able to simply replicate your process for the 'B' dataset by copying and pasting.
Ah, macros on a Monday afternoon ;)
Took a little while to figure out a method to keep the column order from the data dictionary
It demanded a bit of thought to order the columns exactly as they should be.
But, #151, done.
Cheers,