I am trying to create a batch processing model by using ModelBuilder. The model I want to create is for generating Point shape files by using *.txt files. In the text file, it has X,Y and several other fields such as: Name,ID etc.
So far I have reached in ModelBuilder as: load txt file -> Make XY Event -> Feature To Point -> Points to Line -> Feature To Polygon, for only one file at a time.
Now I have two question:
1. I have more then 100 txt files need to load and how to make this automatically?
2. How to keep the "NAME" & "ID" attribute information from txt file in final polygon? Right now I can have the final Polygon has all field columns kept but all fields are empty.
Thanks...