Contacts / Import / Map columns

Map columns

Match each column in your CSV to a contact field. Auto-detected guesses are pre-selected.

@csrf Preview Showing the first {{ count($sample) }} row(s). Pick a destination field per column. @foreach ($headers as $idx => $header) @endforeach @foreach ($sample as $row) @foreach ($headers as $idx => $header) @endforeach @endforeach
{{ $header ?: '(blank)' }}
{{ \Illuminate\Support\Str::limit($row[$idx] ?? '', 80) }}
Optional: assign all imported contacts to a group
@error('mapping')

{{ $message }}

@enderror
Back Import contacts