{"slug":"advanced-csv-importer","name":"Advanced CSV Importer","description":"Import posts, pages, custom fields, categories, tags and more from a CSV file.","author":"Takayuki Miyauchi","active_installs":30,"version":"0.1.6","wp_org_url":"https://wordpress.org/plugins/advanced-csv-importer/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"collection_test","full_table_name":"wp_collection_test","description":"Stores collection test data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":false},{"name":"name","type":"VARCHAR(32)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE collection_test ( id INT, name VARCHAR(32) )\");"},{"table_name":"test","full_table_name":"wp_test","description":"Stores test data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":false},{"name":"name","type":"VARCHAR(32)","nullable":true,"primary_key":false},{"name":"age","type":"INT","nullable":true,"primary_key":false},{"name":"flag","type":"TINYINT","nullable":true,"primary_key":false},{"name":"flag2","type":"TINYINT","nullable":true,"primary_key":false},{"name":"status","type":"VARCHAR(32)","nullable":true,"primary_key":false},{"name":"contents","type":"TEXT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE test (id INT, name VARCHAR(32), age INT, flag TINYINT, flag2 TINYINT, status VARCHAR(32), contents TEXT)\");"},{"table_name":"user","full_table_name":"wp_user","description":"Stores user data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":false},{"name":"name","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"email","type":"VARCHAR(255)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS user (id INT, `name` VARCHAR(255), email VARCHAR(255))');"},{"table_name":"user2","full_table_name":"wp_user2","description":"Stores user2 data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":false},{"name":"name","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"email","type":"VARCHAR(255)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS user2 (id INT, `name` VARCHAR(255), email VARCHAR(255), PRIMARY KEY (`id`))');"}],"table_count":4}