microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

DataFlow Sort misplaces 4th item. #63

Closed andersbaero closed 4 years ago

andersbaero commented 4 years ago

What would you like to know?

How come when I sort some Integer data in a Sort action, it always misplaces the fourth item.

I.e:
Player:               Score:
Jenny Norgaard          9600
Dan Drayton         9600
Rajab Shammas           9600
Jimmie Turman          14400
Niew Leekpai            4800
Rosie Reeves            4800
Vicky Erickson          4800
Francesca Lombard       4800
Nicholas Rose           4800
Rodrigo Romani          4800

But when I preview the data in the dataflow designer, it looks correct. But after when I preview data in the data set (after the pipeline has run) it looks like what i typed above?

mbcrump commented 4 years ago

Share some sample code @andersbaero

mbcrump commented 4 years ago

no response - closing