First, select which sheet contains your member data, then map the columns to the required fields.
Spreadsheet: {savedSheetInfo?.name}
Sheet: {selectedSheetName}
Column mapping loaded from your previous session.
Everything is ready to proceed to the next step.
{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 continue to the next step.
Please map all required fields to continue.