~/paste/15907
~/paste/15907
~/paste/15907

  1. -- phpMyAdmin SQL Dump
  2. -- version 4.0.9
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Genereertijd: 21 dec 2014 om 21:56
  6. -- Serverversie: 5.5.32-log
  7. -- PHP-versie: 5.4.35
  8.  
  9. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  10. SET time_zone = "+00:00";
  11.  
  12.  
  13. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  14. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  15. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  16. /*!40101 SET NAMES utf8 */;
  17.  
  18. --
  19. -- Databank: `picatoys_nl_joomla`
  20. --
  21.  
  22. -- --------------------------------------------------------
  23.  
  24. --
  25. -- Tabelstructuur voor tabel `jos_csvi_template_settings`
  26. --
  27.  
  28. CREATE TABLE IF NOT EXISTS `jos_csvi_template_settings` (
  29.   `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Unique ID for the saved setting',
  30.   `name` varchar(255) NOT NULL COMMENT 'Name for the saved setting',
  31.   `settings` text NOT NULL COMMENT 'The actual settings',
  32.   `process` enum('import','export') NOT NULL DEFAULT 'import' COMMENT 'The type of template',
  33.   PRIMARY KEY (`id`)
  34. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Stores the template settings for CSVI' AUTO_INCREMENT=3 ;
  35.  
  36. --
  37. -- Gegevens worden uitgevoerd voor tabel `jos_csvi_template_settings`
  38. --
  39.  
  40. INSERT INTO `jos_csvi_template_settings` (`id`, `name`, `settings`, `process`) VALUES
  41. (1, '[Shotsmedia Toys]', '{"options":{"action":"import","component":"com_virtuemart","operation":"productimport"},"general":{"source":"fromupload","local_csv_file":"","urlfile":"","ftphost":"","ftpport":"","ftpusername":"janwil","ftppass":"SecretPWD","ftproot":"","ftpfile":"","auto_detect_delimiters":"1","field_delimiter":"","text_enclosure":"","use_file_extension":"xml","im_mac":"0","use_column_headers":"0","add_extra_fields":"0","skip_first_line":"0","overwrite_existing_data":"1","ignore_non_exist":"0","skip_default_value":"0","collect_debug_info":"1","xml_record_name":"product","language":"en-GB","category_separator":","},"product":{"append_categories":"0","update_based_on":"product_sku","mpn_column_name":"","unpublish_before_import":"0","recreate_alias":"0","update_stockable_parent":"0","use_icecat":"0","similar_sku":"0","icecat_update_fields":[""]},"image":{"process_image":"1","delete_product_images":"0","auto_generate_image_name":"1","type_generate_image_name":"product_sku","autogenerateext":"png","change_case":"lcase","autofill":"1","keep_original":"0","convert_type":"none","save_images_on_server":"1","redownload_external_image":"1","full_resize":"0","full_width":"","full_height":"","full_watermark":"0","full_watermark_right":"","full_watermark_bottom":"","full_watermark_image":"","thumb_check_filetype":"1","thumb_create":"1","thumb_extension":"png","thumb_width":"90","thumb_height":"90","resize_max_width":"1024","resize_max_height":"768"},"path":{"file_location_product_files":"images\\/stories\\/virtuemart\\/product\\/Toys\\/"},"limit":{"use_system_limits":"0","max_execution_time":"","memory_limit":"","post_max_size":"","upload_max_filesize":""}}', 'import'),
  42. (2, 'toys test2 bewaren', '{"options":{"action":"import","component":"com_virtuemart","operation":"productimport"},"general":{"source":"fromupload","local_csv_file":"","urlfile":"","ftphost":"","ftpport":"","ftpusername":"janwil","ftppass":"SecretPWD","ftproot":"","ftpfile":"","auto_detect_delimiters":"1","field_delimiter":"","text_enclosure":"","use_file_extension":"xml","im_mac":"0","use_column_headers":"0","add_extra_fields":"0","skip_first_line":"0","overwrite_existing_data":"1","ignore_non_exist":"0","skip_default_value":"0","collect_debug_info":"1","xml_record_name":"product","language":"en-GB","category_separator":","},"product":{"append_categories":"0","update_based_on":"product_sku","mpn_column_name":"","unpublish_before_import":"0","recreate_alias":"0","update_stockable_parent":"0","use_icecat":"0","similar_sku":"0","icecat_update_fields":[""]},"image":{"process_image":"1","delete_product_images":"0","auto_generate_image_name":"1","type_generate_image_name":"product_sku","autogenerateext":"png","change_case":"lcase","autofill":"1","keep_original":"0","convert_type":"none","save_images_on_server":"1","redownload_external_image":"1","full_resize":"0","full_width":"","full_height":"","full_watermark":"0","full_watermark_right":"","full_watermark_bottom":"","full_watermark_image":"","thumb_check_filetype":"1","thumb_create":"1","thumb_extension":"png","thumb_width":"90","thumb_height":"90","resize_max_width":"1024","resize_max_height":"768"},"path":{"file_location_product_files":"images\\/stories\\/virtuemart\\/product\\/Toys\\/"},"limit":{"use_system_limits":"0","max_execution_time":"","memory_limit":"","post_max_size":"","upload_max_filesize":""}}', 'import'),
  43.  
  44. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  45. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  46. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  47.  
Language: python
Posted by joscsvitemplatesettings at 21 Dec 2014, 09:38:25 UTC