We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug In a CSV file downloaded from Tabulator spreadsheet table all number values are converted to string values.
Tabulator Info
Working Example JS FIddle example/
To Reproduce A step by step guide to recreate the issue in your JS Fiddle or Codepen:
Download CSV
test.csv
Expected behavior Downloaded file contains numeric data without double quotes around them.
Screenshots Content of test.csv text file:
"","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday" "08:00","9937","2123","2321","7749","9816","4355","8279" "09:00","2380","2345","6977","8896","4012","3803","5408" "10:00","9180","90","39","9445","3917","1273","18" "11:00","1924","8734","1819","1838","2330","7921","9219" "12:00","543","8665","5875","9732","1926","9999","9743"
Desktop:
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In a CSV file downloaded from Tabulator spreadsheet table all number values are converted to string values.
Tabulator Info
Working Example
JS FIddle example/
To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:
Download CSV
buttontest.csv
) with text editorExpected behavior
Downloaded file contains numeric data without double quotes around them.
Screenshots
Content of
test.csv
text file:Desktop:
Desktop:
Desktop:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: