Export Datatables from Spotfire to CSV using IronPython Script
问题 I have a IronPython script I use to export all my data tables from a Spotfire project. Currently it works perfectly. It loops through all datatables and exports them as ".xlsx". Now I need to export the files as ".csv" which I thought would be as simple as changing ".xlsx" to ".csv". This script still exports the files, names them all .csv, but what is inside the file is a .xlsx, Im not sure how or why. The code is just changing the file extension name but not converting the file to csv. Here