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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Is there any reason why you can't just do that? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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