Numeric zero treated as empty cell

Created on 19 February 2025, 2 months ago

Problem/Motivation

Create a table, say a hockey boxscore with the following data:

Team	1	2	3	F
CHI		0	0	1	1
BOS	0	0	0	0	

The above is the expected result, but instead, we get this output:

Team	1	2	3	F
CHI				1	1
BOS						

Steps to reproduce

Create a table that has a 0 (zero) as its cell value.

Proposed resolution

Fix the output handler to check for literal zero.

Remaining tasks

Fix the output handler to check for literal zero.

User interface changes

None

API changes

Unknown.

Data model changes

None.

πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States agentrickard Georgia (US)

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024