Hi,
I am using Dissolve based on a particular filed. To the output feature class I can specifying FIRST, LAST, SUM...etc for the Fields I want but is there any option which will keep all the value in one row with comma delimitation or whatever? I am giving a example here:
My input FC has following Data:
Field1 Field2 Field3
Data1 Data8 Data3
Data1 Data5 Data7
Data1 Data6 Data17
Data2 Data4 Data19
Data2 Data9 Data12
I will Dissolve on "Field1" and want my output Table would as follows:
Field1 Field2 Field3
Data1 Data8 Data3,Data7,Data17
Data2 Data4 Data19,Data12
I am using Dissolve based on a particular filed. To the output feature class I can specifying FIRST, LAST, SUM...etc for the Fields I want but is there any option which will keep all the value in one row with comma delimitation or whatever? I am giving a example here:
My input FC has following Data:
Field1 Field2 Field3
Data1 Data8 Data3
Data1 Data5 Data7
Data1 Data6 Data17
Data2 Data4 Data19
Data2 Data9 Data12
I will Dissolve on "Field1" and want my output Table would as follows:
Field1 Field2 Field3
Data1 Data8 Data3,Data7,Data17
Data2 Data4 Data19,Data12