I've built a Pythons script the organizes a dataset that is used for an external database and exported it from a File Geodatabase to a .CSV file. The last part of the workflow is to manually delete the header row and copy the CSV to a network drive and override the existing .CSV file. Now, its been requested to make the workflow 100% automatic and have it built into my current Batch File collection to run each night. Just (2) pieces of the script I cannot figure out how to write:
1) Export File GDB Table to .CSV file WithOut the Header Row
2) When the .CSV file is exported, it Overrides the existing file in it's place with the same name.
Any assistance, would be appreciated.
Thank You