Hello,
I am mapping my column headers by name to my metadata through a SpreadsheetDataReader. I want to fail if there is a column header that is found that is not mapped to a piece of my metadata.
Is there an easy way to do that?
Hello,
I am mapping my column headers by name to my metadata through a SpreadsheetDataReader. I want to fail if there is a column header that is found that is not mapped to a piece of my metadata.
Is there an easy way to do that?
Hi Imohtep86,
Unfortunately, there is no automatic way to accomplish this use case, I would recommend manually accessing SpreadSheetReader mapping and if a new column is present adding the field to your current metadata or ignoring it if you do not wish to include it.