How can I keep empty values from numeric columns #376
|
Hi!! How can I keep empty values from numeric columns after spreadsheet.download? If I set ignoreQueryColumnDataTypes=true it's works. Thank you in advance. |
Answered by
cfsimplicity
Aug 23, 2024
Replies: 2 comments 3 replies
Is there any reason why you can't just do that? |
3 replies
|
On reflection I think this should be considered a bug. If your query has empty values then those should be preserved even if the query column is numeric. Fixed in v4.2.1 https://github.com/cfsimplicity/spreadsheet-cfml/releases/tag/v4.2.1 |
0 replies
Answer selected by
cfsimplicity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On reflection I think this should be considered a bug. If your query has empty values then those should be preserved even if the query column is numeric.
#377
Fixed in v4.2.1
https://github.com/cfsimplicity/spreadsheet-cfml/releases/tag/v4.2.1