We need to combine all the attributes from AttributePivoter into another feature class , we used FeatureMerger to combine the attributes but we are not getting all the attribute from AttributePivoter . if we write AttributePivoter to excel directly it is working fine , but now we need to use the excel output into the same feature class . so what is the way to get it in one shot
1) AttributePivoter with FeatureMerger but not getting all the attribute
2) or if we write it to excel how can we use this execl as input again on the same work bench
3) or call another workbench from the same workbench to read the output excel file and merge it with another feature .
Thanks,