Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Arrange field names based on postion mapping

$
0
0

I have column,and its output ordering (position) mapping as follows

 

ABCXYZDEF
132

 

Following is the actual value for each column

 

ABCXYZDEF
val1Val2Val3

 

 

I need to sort columns in the order that is based on position 

 

ABC (1)DEF (2)XYZ (3)
val1Val3Val2

 

Thanks in advance.

 

Krish

 


Viewing all articles
Browse latest Browse all 4999

Trending Articles