Dear All,
Please any one help me python script.
I have a geodatabase with multiple feature classes in multiple feature datasets. Each feature class has same fields which are identical and will carry the same value. plzhelp me.
Two types of (data)
Individual data ( Floor) Fields
Below the fields:
BUILDING_ID
DISCIPLINE_CODE
SUBDISCIPLINE_CODE
OWNERSHIP_CODE
PARCEL_ID
FLOOR_ID
DRAWING_REFERENCE
Merge data ( all floor) fields
Below the fields:
BUILDING_ID
DISCIPLINE_CODE
SUBDISCIPLINE_CODE
OWNERSHIP_CODE
PARCEL_ID
Below the snapshot
Thanks
Santhosh
moving to Managing Data
what do you have so far as a script?
You could use the Calculate Field tool (Data Management -> Fields -> Calculate Field) in batch mode (right click for option). Then just add your Feature Class as Input Table, add a row with the plus sign button for each field you want to calculate (8 in your case), right click fill the input table rows from the first record value, select the field for each row, type your value in the Expression field, right click fill again and run the tool.