Skip to content

Failing to read path including spaces #356

Closed
@Kantis

Description

@Kantis

Assume a file exists on /Users/emil/data/my file.csv

One would expect to be able to load it using DataFrame.read("/Users/emil/data/my file.csv"), but it seems the path gets URL-encoded somewhere within kotlinx-dataframe.

Actual behaviour

The read operation fails with java.io.FileNotFoundException: /Users/emil/data/my%20file.csv

Misc

OS: macOS
kotlinx-dataframe v0.10.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood issues to pick-up for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions