Skip to content

Problem with the Reading Raw Data Rows Feature #47

@Endimion75

Description

@Endimion75

There is a problem when you use try to read raw data fields using the form

public class MyDataRow : List<DataRowItem>, IDataRow
{
}

Then using the code:

IEnumerable<MyDataRow> products = cc.Read<MyDataRow>("products.csv", inputFileDescription);

The List gets populated with the corresponding rows from the txt file but the columns (DataRowItem object) are empty.

I used the debugger to follow the execution into the ReadData class. All the values are retrieved as expected and you can inspect them before they get yield returned. After this point they get lost

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