Closed
Description
TextLoader
needs to hide the constructor that has Arguments
, and also expose the HasHeader
and SeparatorChars
to be non-advanced parameters.
-- old description --
TextLoader
presently accepts a parameter called column
for the array of columns to read. That seems odd, given that almost always, multiple columns are passed. Hence, it would be more natural to call that parameter columns
.