Common Content for Data Catalog 
			
			- Common Content for Data Catalog 10.4.1
 - All Products
 
           
      	
            
	
      California California California Hawaii Hawaii New Mexico New Mexico New Mexico
California,3 Hawaii ,2 New Mexico,3
Port  
				   | Port Type  
				   | Expression  
				   | Description  
				   | 
|---|---|---|---|
State 
				    | Pass-through 
				    | 
  | The name of a state. The source rows are grouped by the state name. The Aggregator transformation returns one row for each state. 
				    | 
State_Count 
				    | Variable 
				    | 
  | The row count for the current State. When the value of the current State column is the same as the Previous_State column, the Integration Service increments State_Count. Otherwise, it resets the State_Count to 1. 
				    | 
Previous_State 
				    | Variable 
				    | State  
				   | The value of the State column in the previous row. When the Integration Service processes a row, it moves the State value to Previous_State. 
				    | 
State_Counter 
				    | Output 
				    | 
  | The number of rows the Aggregator transformation processed for a state. The Integration Service returns State_Counter once for each state. 
				    |