Auto Number - Data360_DQ+ - Latest

Data360 DQ+ Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 DQ+
Version
Latest
ft:locale
en-US
Product name
Data360 DQ+
ft:title
Data360 DQ+ Help
Copyright
2026
First publish date
2016
ft:lastEdition
2026-06-12
ft:lastPublication
2026-06-12T06:21:59.990000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Infogix
L4_Investment_Segment
Data 360
L5_Product_Group
Data 360
L6_Product_Name
DQ+

The Auto Number node is useful node allows you to give row numbers to a preexisting data set that does not have them.

Row numbering starts at 0.

  • Row Number Field Name - the name you want to give to the new field containing the row numbers.
  • Sort Order for Numbering - specify a field to sort by before numbering.

For example: Specifying row as the Row Number Field Name and state (Ascending) as the Sort Order for Numbering Field on the following data set,

state

city

measure

Illinois

Chicago

98

Arkansas

Little Rock

96

New York

Buffalo

95

Would result in the following numbered data set, sorted by state name in ascending order.

state

city

measure

row

Arkansas

Little Rock

96

0

Illinois

Chicago

98

1

New York

Buffalo

95

2

Tip: Auto Number can be particularly useful if you need to generate a unique id for each record in your data set.