Csv preview
Read the PreviewNumberOfLines
first lines of the input
file during the RequestInformation
, and store them
as a string (i.e. without parsing) accessible with GetPreview
.
This allows to configure the reader options (like HaveHeaders
)
before the call to RequestData
, which can be costly.
Edited by Nicolas Vuaille