Parse excel header for validation
Have a business requirement to validate the excel header i.e user should upload the excel with the same header as in template, before loading the data to the work object.
We are using pxParseExcelFile OOTB activity to achieve parsing the excel data but could not find any steps to parse the excel header.
Tried by setting the parameter hasHeader = true, but no luck.
Please let us know is there any OOTB activity available to achieve it. Or do we need to go with customize java code.