getConnection(); $stmt = $pdo->prepare("SELECT * FROM routine"); $stmt->execute(); $routines = $stmt->fetchAll(PDO::FETCH_ASSOC); // Retrieve active API/JSON configurations $stmt = $pdo->prepare(" SELECT id, name, provider_code, api_type, php_class_name FROM api_configurations WHERE is_active = 1 ORDER BY name ASC "); $stmt->execute(); $apiConfigurations = $stmt->fetchAll(PDO::FETCH_ASSOC); ?> Insert Template <?= htmlspecialchars($titlewebsite, ENT_QUOTES, 'UTF-8'); ?>
Insert New Template

Fill the following form in order to create a new import template

Mandatory Fields

  • Template Name
  • Source Type
  • Schema and Client
  • Row Header, Column Header and Sheet Number only for XLS templates
  • API / JSON Configuration only for API / JSON templates
Fill the form and click "Create Template"
Choose the source used by this template
Use 0 for the first sheet, 1 for the second sheet, 2 for the third sheet, and so on.

Cancel