Step 2: Field Mapping
Select the corresponding CSV column for each system field. Fields marked with * are mandatory.
| Zoho Books Field |
Imported File Headers |
@foreach($fields as $groupName => $groupFields)
|
{{ $groupName }}
|
@foreach($groupFields as $id => $label)
|
{{ $label }}
@if($id == 'name' || $id == 'display_name') * @endif
|
|
@endforeach
@endforeach