Hey All,
I'm sure I'm doing something very obvious that I'm missing, when using arcpy and the CopyFeatures tool, I'm running into an issue where it removes everything in a field name after an underscore. Here are some screenshots:
Before:

After:

I saw in the Copy Features geoprocessing tool I can enable "Maintain fully qualified field names" but I see no way to do this in Python, is there a way?
arcpy.management.CopyFeatures(NID_Layer, output_fc)
Thanks in advance!
Cody