I am trying to use the Planarize tool (in ArcGIS Pro version 3.4.0) to split river network features in a Feature Service Feature Class. The tool runs fine and quickly, however, the tool removes all the attributes to null except for the numeric 'Length' and SHAPE_length attributes in the resulting features. Is this normal for using the tool on Feature Services or is this a bug?
Seems like a bug.
I thought so too. I'll try log a case and see if it can be upgraded to a bug.
To add to this, I've also noticed that splitting line features in one of our Feature Layers seems to clear the one attribute that is linked to a domain.
Ah I do recall something with split policies on a domain.
I did find this for AGOL domain policies (I never knew they existed). So may be worth a read and try out in the Python API.
Yeah this one bit me today as well. Change the split policy to "Duplicate" or else each record gets set to the default value of the field, which is typically Null.
Using this code: Splitting tool wipes values from AGOL feature serv... - Esri Community from @willbruce_KarukTribeDNR did the trick!