Forum Discussion

83dons's avatar
83dons
Helper III
1 year ago
Solved

Date field not pulling into CSV in Python

Hi I am using the following python code to convert a table to a CSV that has inverted commas round every field. It is working apart from for date fields where I get I get "Microsoft.OleDb.Date" inste...
  • 83dons's avatar
    83dons
    1 year ago

    I think it is actually easier to just create a new column of type text from the date column then remove the original and rename the new column. That then pulls through ok using the dataset to CSV function.