Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAHello Data Hero
attached is different solution for this challenge , and it has the following modifications:
1- this implementation will always ensure to create 15 file even if the data did not contain all possible combination of (region and product)
2- it has minor data cleansing early on the stream to ensure lookups data (region and products) are clean
3- I believe using Append File to perform (Cartesian Join) between the lookups (Region and Product) and then perform one Union Join with the main data set better from performance point of view
4- this solution using latest Alteryx designer up to 2022
*different take on the solution for this challenge
Enjoy :)
.
I guess I created my dynamic filename a little differently... so instead of 'Region1_Product1.csv' it's more descriptive and named like this: "AMERICAS1_Metal.csv'".
Below is the Filename formula and the preview:
Here is how I would configure the output:
Solution
DONE!