CsvSource.ReadData Method

NReco.PivotData Class Library Documentation
Reads data from CSV reader and provides it as IEnumerable with field access handler to the specified callback.

Namespace:  NReco.PivotData.Input
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public void ReadData(
	Action<IEnumerable, Func<Object, string, Object>> handler
)

Parameters

handler
Type: System.Action<IEnumerable, Func<Object, String, Object>>
callback handler

Implements

IPivotDataSource.ReadData(Action<IEnumerable, Func<Object, String, Object>>)
See Also

Reference