fix of the json upload format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user