mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 14:55:24 +02:00
debug: log processedRow[103] for 59272EN
This commit is contained in:
@@ -228,6 +228,10 @@ const articleNoIdx = resolvedCols.ARTICLE_NO;
|
||||
}
|
||||
}
|
||||
|
||||
if (articleNo === '59272EN') {
|
||||
console.log('[DEBUG 59272EN] FINAL processedRow[103]:', finalRow[103], '| length:', finalRow.length);
|
||||
}
|
||||
|
||||
return finalRow.map((val: any, idx: number) => {
|
||||
if (val === undefined || val === null || val === '') return val;
|
||||
const header = (extendedHeaders[idx] || '').toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user