Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Difference between Batch Macro & Join

Kartik21
アステロイド

Can anyone please tell me how Batch macro is better than Join function, knowing that Batch macro will simply remove the uncommon part from the ultimate output?

1件の返信1
JosephSerpis
17 - Castor
17 - Castor

A batch macro is very simular to a Union tool in the Join category. However in the Union tool in the configuration you can change the configration to output only common fields from the data from the typically multiple sources when using a Union tool. The batch macro is great for scenerios when you want the same process multiple times for batches. A typically usecase for a batch macro is to combine multiple files dynmically. While a union can combine multiple files you would have to add a Input data tool for each file which over a certain number becomes a challenge and is not dynamic if your files expand or contract for various reasons.

ラベル
トップのソリューション投稿者