I'm working on migrating from an ArcMap Parcel Fabric to the newest version. The Migrate Parcel fabric tool works great. All features are migrated, and records are created in the records table. The only issue is that over 20 parcel types are created in the new fabric. Many of these types should be merged together; for example, three different Lot parcel types are created.
I want to merge many of these parcel types together. Since records have already been created, I also want to preserve them. I think I can append some parcel types into others and remove them from the fabric, but I'm considering whether this will cause problems.
So my question is, can anybody see problems with this approach?
For example, If I want to append three parcel types, LotA, LotB, and LotC, the basic steps would be
- Disable topology
- Add LotType attribute to LotA
- Append LotB and LotC into LotA
- Calc LotType attribute
- Remove LotB and LotC parcel types from the Fabric
Once the Created By Record attribute is appended correctly, then Lots should still be related to the records that created them.
If I do an append