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.
TextLoaderneeds to hide the constructor that hasArguments, and also expose theHasHeaderandSeparatorCharsto be non-advanced parameters.-- old description --
TextLoaderpresently accepts a parameter calledcolumnfor 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 parametercolumns.