Changeset 1210891
- Timestamp:
- 08/01/2015 09:51:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
custom-fields-csv-xml-importer/tags/1.0.1/readme.txt
r1210849 r1210891 56 56 This is called many-to-many relationships. 57 57 58 Here is how you do in PODS. First, you set up the three custom content types with multiple select bi-directional fields in PODS. In the "movie" custom post type you choose stars from a list of stars, select reviews from a list of reviews, and save the post. "The next step is?" There is no next step. It is done. Simple, intuitive, without coding, without flow chart, without middle steps. When your customers open the "movie" custom post, they will see the performing stars, and movie reviews. When they open the "star" custom posts, they will see the movies of the star. This feature is cool, isn't it? Especially this is achieved using a graphical user interface to set up fields and templates without any programming. It can even be done by people without programming experience. The framework codes handling the relationships and many other features are written and optimised by professional programmers who maintain PODS, available for free. 58 Here is how you do in PODS. 59 60 First, you set up the three custom content types with multiple select bi-directional fields in PODS. In the "movie" custom post type you choose stars from a list of stars, select reviews from a list of reviews, and save the post. 61 62 "The next step is?" There is no next step. It is done, finished. Simple, intuitive, without coding, without flow chart, without middle steps. 63 64 When your customers visit your website and open a "movie" custom post, they will see the performing stars, and movie reviews. When they open the "star" custom posts, they will see the movies of the star. 65 66 This "multiple select bi-directional relationship" feature is cool, isn't it? Especially this is achieved using a graphical user interface to set up fields and templates without any programming. It can even be done by people without programming experience. The framework codes handling the relationships and many other features are written and optimised by professional programmers who maintain PODS, available for free. 59 67 60 68 And PODS doesn't stop there. It enables you to extend custom content types created by other plugins, create and assign user roles, and create relationships to other content types, themes, database tables outside of Wordpress, and even network sites. With PODS you can create any relationships that you imagine. The combination is endless. … … 62 70 And better yet, PODS allows you to import pods fields settings, and migrate your field settings from other plugins. If you need to set up dozens or hundreds of custom content types and fields, you can simply edit the field settings in a text editor, and import it within a few minutes. 63 71 64 When we were developing the database solution for investment property analysis service, we researched and compared the database frameworks and found PODS offers the easiest user interface in managing relationships and yet still has the potential to man ge huge database tables as user data grows. For more information please visit PODS website, or send an email to us for a free consultation.65 66 67 * [WP All Import](http://wordpress.org/plugins/wp-all-import/). WP All Import is a well developed tool to handle imports from larger XML and CSV files. The free version of WP All Import comes with logging, detection of duplicate records, and templates for future imports and updates , andallows you to import to standard Wordpress fields (title, content, slug, categories etc).72 When we were developing the database solution for investment property analysis service, we researched and compared the database frameworks and found PODS offers the easiest user interface in managing relationships and yet still has the potential to manage huge database tables as user data grows. For more information please visit PODS website, or send an email to us (support@vipp.com.au) for a free consultation on data structure. 73 74 75 * [WP All Import](http://wordpress.org/plugins/wp-all-import/). WP All Import is a well developed tool to handle imports from larger XML and CSV files. The free version of WP All Import comes with logging, detection of duplicate records, and templates for future imports and updates. It allows you to import to standard Wordpress fields (title, content, slug, categories etc). 68 76 69 77 CIO Custom Fields Importer takes the data parsed by WP All Import and uses the native API of PODS to save data to custom fields. It supports all field types of PODS. … … 73 81 * Wordpress users (importing meta fields and assigning role by each user) 74 82 75 * WooCommerce customers with meta fields 83 * WooCommerce customers with meta fields (including shipping and billing address) 76 84 77 85 * Wordpress comments 78 86 87 * many many more 88 79 89 80 90 CIO Custom Fields Importer pro version uses WP All Import for data parsing, and PODS API and/or native APIs to import data to fields created by other plugins. Once data has been imported, the import plugins can be deactivated until the next update or import, if the custom fields are created with other plugins. There is no overhead to website performance. 81 91 82 CIO Custom Fields Importer (free and pro version) uses native PODS API to save data, and supports all PODS field types. The free version supports single select relationship fields with known item ids. The pro version handles multiple select fields, and auto matching items on a live site.83 84 92 85 93 Together with Pods and WP All Import, CIO Custom Fields Importer provides a simple and easy way to build a high performance website, import large data sets and manage ongoing updates from external data sources. … … 90 98 91 99 100 Technical Details 101 102 92 103 CIO Custom Fields Importer automatically detects all your custom fields created with PODS and display them in step 3 of WP All Import. 93 104 … … 96 107 The CSV or XML can be in any order under any column header, and big files are broken into small chunks to allow importing to shared hosting sites, thanks to the great work by the WP ALL Import team. 97 108 109 CIO Custom Fields Importer (free and pro version) uses native PODS API to save data, and supports all PODS field types. The free version supports single select bi-directional relationship fields with known item ids. The pro version handles multiple select fields, and auto matching items on a live site. 110 98 111 CIO Custom Fields Importer is a handy tool for people migrating big volume of data from other sources, or regularly importing and updating data on websites, such as real estate property listing websites, or book keeping databases. Simply create custom content types and fields using PODS for fast development and performance, export data to CSV or XML from your data sources or receive from suppliers/clients/partners, and import into PODS custom fields with ease. 99 100 112 101 113 CIO Custom Fields Importer was used on a shared hosting website created with PODS to import 25,000 records in one go successfully.
Note: See TracChangeset
for help on using the changeset viewer.