fix of the json upload format

This commit is contained in:
2026-08-04 20:42:06 +02:00
parent 33c65f21b6
commit 88f124c991
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ document.getElementById('batchUploadForm').addEventListener('submit', async func
log(`${uniqueDataRows.length} einzigartige Einträge gefunden. ${duplicateCount} Duplikate entfernt.`);
// Den Index der "Images" Spalte finden
const headers = header.split(',');
const headers = header.split(';');
const imagesColIndex = headers.findIndex(h => h.trim().replace(/['"]/g, '') === 'Images');
// 4. In Batches (Häppchen) aufteilen