I have a requirement where users upload a CSV file, and I need to validate whether the column headers match a predefined template before parsing it into a CDT. Is there a way in Appian to check headers during file upload, preferably before running readcsvlogtoCDT()?
readcsvlogtoCDT()
Discussion posts and replies are publicly visible
You can use the function validatedocumentheaders() from Excel Tools plugin to achieve the expected functionality.