@extends('front.practitioner.import.template.import') @section('content')
{{--

Import

--}}

{{ $data['response']['updated'] }} entries imported successfully

{{ $data['response']['failed'] }} entries not imported

@if( isset( $data['response']['failed_entries_clients_csv_filename'] ) ) @endif

  • As our functionality search against clients entry using either email or mobile or both fields, so at least one field is mandatory to insert data, if both values are not available then it will not insert data. It is recommended that you keep email field mandatory.
  • Address field should not have commas. if you would like to add comma in address field then user with double quote. eg "123, piscatway, NJ, USA-33434"
  • Email must be a valid format otherwise entry wont be considered
  • Valid DOB field formats:
    - 1988-12-30(yyyy-mm-dd)
    - 1988/12/30(yyyy/mm/dd)
    - 30th december 1988
    - 12/12/88(mm/dd/yyyy)
    - For invalid entry it will store DOB to default date 01-01-1970
  • Do not use comma(,) in any entry
  • For gender use only one of these: Male or Female or Other or single character m/M, f/F or o/O
  • For field: Opted in to Email, Opted in to SMS and Send account invitation use only: yes or no
  • Make sure that all required fields have value in row, at least fill mandatory fields: First Name, Last Name, Mobile, Email, DOB
@endsection @section('modals') @endsection @section('css') @endsection @section('import-scripts') @endsection