Skip to content

Trim does not trim trailing whitespace #133

@nbauernfeind

Description

@nbauernfeind

Description

Trailing white space remains even when Trim is set to true.

Steps to reproduce

Load the attached csv into a dh-core repl:

from deephaven import read_csv
t = read_csv("test.csv", trim=True, delimiter=",")

Expected results

I'd expect the Copy Cell Unformatted (right-click dropdown menu on a table cell in the deephaven-core web-ui) to demonstrate that all cells are properly trimmed.

Actual results

The 2nd and 3rd rows for all three columns have trailing whitespace.

test.csv

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions