{fileDescription.headerLetters.map((letter, index) => { const fields = bulkLoadMapping.getFieldsForColumnIndex(index); const count = fields.length; let dupeWarning = <>> if(fileDescription.hasHeaderRow && fileDescription.duplicateHeaderIndexes[index]) { dupeWarning = |
<>
{
count > 0 &&
| );
})}
||
1 | {fileDescription.headerValues.map((value, index) => { const fields = bulkLoadMapping.getFieldsForColumnIndex(index); const count = fields.length; const tdStyle = {color: getHeaderColor(count), cursor: getCursor(count), backgroundColor: ""}; if(fileDescription.hasHeaderRow) { tdStyle.backgroundColor = "#ebebeb"; if(count > 0) { return
|
}
else
{
return {value} | } } else { return{value} | } } )}
{i + 2} | {fileDescription.headerLetters.map((letter, j) =>{getValue(i, j)} | )}