phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

PHOENIX-5258 Add support for parsing CSV header as columns

Open prashantvithani opened this issue 6 years ago • 0 comments

  • If there is only one file, read the header from the first line and generate the ColumnInfo list.
  • If there are multiple files, read the header from all the files, and throw an error if the headers across files do not match.

prashantvithani avatar May 02 '19 14:05 prashantvithani