phoenix
phoenix copied to clipboard
PHOENIX-5258 Add support for parsing CSV header as columns
- If there is only one file, read the header from the first line and generate the
ColumnInfolist. - If there are multiple files, read the header from all the files, and throw an error if the headers across files do not match.