Original User: ryanstovern
I am trying to set up a model to export out features out of the parcel fabric and I want to load them into feature classes that represent PLSS Sections, PLSS Townships, Tax Parcel and Owner Parcels. I can not figure out how to load the data in through a model. I can us append but it just gives me the polygons and no attribute data because the feature classes do not have the same schema. This model will run weekly, so my end users will have up to date data.
My current model has a Select to pick the parcel type out of the fabric, delete rows for the PLSS Sections, PLSS Twps, Owner Parcel and Tax Parcel to give me a empty feature class to work with. Right now I am using Append to bring in the spatial data so there is something there but I want to carry over the attribute data as well. I figured using a simple data loader in model builder similar to what is used in the catalog window would be the best bet, but I cannot figure out what to use.
Any help would be great.
Thanks,
Ryan