{{ env('APP_NAME').' v'.env('VERSION')}} - Utilitaire d'import de fichiers
{{--
--}} {{ csrf_field() }}
Générer automatiquement les ID ?
{{ __('N° colonne') }}
{{ __('Ligne 1 du fichier') }}
{{ __('Ligne 2 du fichier') }}
@php $i = 0 @endphp @foreach ($line1_csv as $champ)
{{ $i }}
{{ $champ }}
{{ $line2_csv[$i] }}
@php $i++ @endphp @endforeach
{{ __('Champ de la table') }}
{{ __('Traiter le champ') }}
{{ __('Type') }}
{{ __('Préfixe') }}
{{ __('Suffixe') }}
{{ __('Format') }}
{{ __('Valeur') }}
@php $i = 0 @endphp @foreach ($listechamps as $db_field)
{{ $db_field }} {{--
--}}
Complet
Sous-chaine
Constante
@php $i++ @endphp @endforeach
Lancer l'import