I guess the XLSX imported should have much better column metadata then the other formats and should know which fields are available in the file. E.g. | A | B | C | |---|--|---| | X | | X | | Y | Y | Y | Will result in ``` --- A: X C: X ... A: Y C: Y ... ```