I see that the Field Summary Tool has two problems:
1. it does not keep the original column names,
2. it does not keep the original column order.
Am I missing something or this is this a bug?
Remark:
My installation of Alteryx is not the latest.
Maybe it was fixed later on.
Here's my installation:
• AlteryxInstallx64_2022.1.1.40869
• AlteryxPatchInstall_2022.1.1.2.40869
• RInstaller_2022.1.1.40869
Here's an example.
Consider the following table :
id date item sku
1 2022-12-03 potato 0001
2 2022-12-04 potato 0001
3 2022-12-05 banana 0002
4 2022-12-06 apple 0003
The column "Name" of the output "O" of the Field Summary Tool shows these columns :
id
item
sku
Date
We see that some names changed ("date" became "Date") and that the column order is permuted compared to the initial order.