Solved! Go to Solution.
Hi thanks for the reply, Yes all the shapefiles are the same type, im working with points and lines, all the lines seemed to merge(but all their fields are the same data type) only my points wont merge at all, any way to populate all my layer's fields to the same data type??
Good morning!
Are all of those shapefiles of the same type (i.e. all are polygons or all are points)? You can't merge shapefiles of different kinds.
Tim
Hi thanks for the reply, Yes all the shapefiles are the same type, im working with points and lines, all the lines seemed to merge(but all their fields are the same data type) only my points wont merge at all, any way to populate all my layer's fields to the same data type??
Do you know if you have two fields that are named the same in different point shapefiles, but one is double and the other is long or text, for example? That would likely cause a problem. You could use the Feature Class to Feature Class tool to output a new shapefile version that changed the data type to a common compatible type through altering the field map (typically you would make both double rather than long unless you were absolutely sure all values in both shapefiles were compatible with long). That tool can match up any field in new output shapefiles provided you alter them to a data type that encompasses all of the actual data in the fields. Then the merge should work.