Validate the sequence of column in input excel file
Hi
We create case using uploading excel file as input. I have a requirement where we need to validate the sequence of header column values. for e.g. my input file has Name , place, mobile, state, country. This sequence should be maintained. In binary file we can validate error depending on the field datatype, if integer value coming in text column. But if Text column get interchanged, case is getting created which should not happen.
Is there any solution to this?
Thanks