First, select which sheet contains your member data, then map the columns to the required fields.
Using saved mapping for sheet "{selectedSheetName}" from spreadsheet "{savedSheetInfo?.name}".
{error}
This spreadsheet doesn't appear to contain any sheets.
Spreadsheet: {$selectedSheet?.name}
Choose sheet:
{sheetName}
Select a sheet above to map columns
Map the columns from your sheet to the required fields:
|
{sheetHeaders[index] || `Column ${String.fromCharCode(65 + index)}`}
{#if Object.values(mappedIndices).includes(index)}
{requiredFields.find((f) => mappedIndices[f.key] === index)?.label}
{/if}
|
{/each}
|---|
| {row[index] || ''} | {/each}
All required fields are mapped. You can now proceed.
Please map all required fields (*) to continue.