Numeric are exported as strings

Issue #2 resolved
Dionysis Lorentzos created an issue

Hi, I noticed that numeric values are converted in strings in the csv file. Is that correct? Because it's a bit limiting to manipulate the data.

Comments (1)

  1. Jared Hobbs repo owner

    I haven't run across this in my tests. Numerical values are not quoted in the CSV file so aren't represented as strings. I suspect you are opening the CSV file in Excel and Excel is converting the values to strings. If that's the case, you may just need to manually tell Excel about the numerical column.

  2. Log in to comment