The table I want to output to DBF is inside a .mxd file, but this script doesn't seem to require an input file, only a directory. The table name is "AJD_rate". Where am I going wrong?
Opening a new instance of arcmap, clicking "add data", selecting a .xlsx spreadsheet with the x,y data, saving map (.mxd). Then I run the python script...get errors. I don't know how to reference the .mxd file or table within it. Seems like this should be easy... I simply want to output the table I just added to arcmap (.mxd) (linked spreadsheet) to .dbf.
Using an mdb file created by ArcCatalog with the table in it I wanted converted to .dbf. Python seems particular about having drive letters as opposed to complete network paths (ie. \\)