Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I think the only way you could do it would be to read the header row of the file as one string (tFileInputFullRow), tNormalize it so each field name becomes a record, assign a sequence number and compare it to a file or table that contains the expected schema sequence (tMap).