I just need a simple sript that will copy a feature layer and convert it to a shapefile with just a four of the original field names. I know how to do this manually but I need python script so it can automatically every morning. I tried arcpy.TableToTable_conversion and FeatureClassTo FeatureClass but can't seem to figure it out how to select only those field name that are required for my project.
Thanks,