You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to use a mapping data flow rank transformation to generate a ranking column in Azure Data Factory or Synapse Analytics pipelines.
2
+
title: Cast transformation in mapping data flow
3
+
description: Learn how to use a mapping data flow cast transformation to easily change column data types in Azure Data Factory or Synapse Analytics pipelines.
**Case insensitive:** If a sort column is of type string, case will be factored into the ranking.
27
+
**Column name:** If a sort column is of type string, case will be factored into the ranking.
30
28
31
-
**Dense:** If enabled, the rank column will be dense ranked. Each rank count will be a consecutive number and rank values won't be skipped after a tie.
29
+
**Type:** If enabled, the rank column will be dense ranked. Each rank count will be a consecutive number and rank values won't be skipped after a tie.
32
30
33
-
**Rank column:** The name of the rank column generated. This column will be of type long.
31
+
**Format:** The name of the rank column generated. This column will be of type long.
34
32
35
-
**Sort conditions:** Choose which columns you're sorting by and in which order the sort happens. The order determines sorting priority.
33
+
**Assert type check:** Choose which columns you're sorting by and in which order the sort happens. The order determines sorting priority.
36
34
37
35
The above configuration takes incoming basketball data and creates a rank column called 'pointsRanking'. The row with the highest value of the column *PTS* will have a *pointsRanking* value of 1.
38
36
@@ -42,32 +40,14 @@ The above configuration takes incoming basketball data and creates a rank column
0 commit comments