Skip to content

DataFrameCsvReader should ignore spaces after commas in CSV files #116

Open
@olekscode

Description

The following line of a CSV file:

first_name, last_name, order_date, amount

Will be parser as:

#('first_name' ' last_name' ' order_date' ' amount')

(with each string except the first one starting with a space).

Spaces after commas in CSV files should be ignored

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions