Skip to content

Rows are never split on commas? #2

@kotyy

Description

@kotyy

I'm fairly new to ruby, but on lines 121 and 125 of csv_source.rb, shouldn't you split the row and field_vals variables by a comma?

Without that, the row and field_vals variables were set to the comma-separated string for a given row, i.e. foo,bar,1,2,3, which caused issues with the following each_with_index and map calls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions