Unlikely that you will need intermediary database, from your description this is likely to be easy enough with bit of PHP and WP APIs.
-
Create WP-Cron task (if you need automated recurrent import).
-
Read data from flat files, for example with
fgetcsv()
. -
Use
wp_insert_post()
for creating posts and custom field functions to add your data. This was recently covered in detail in WP insert post PHP function and Custom Fields question.
Related Posts:
- Having different sidebar content for MANY pages?
- So much data in postmeta
- What is the advantage of the wp_options design pattern?
- Remove old custom field after import
- Edit Custom Database Tables in WordPress
- importing data from non-wordpress mysql db
- How to delete custom field “suggestions” from dropdown list
- Register new user and add custom data row value for it
- After moving my site from a dev subdomain, to root, all my custom meta data is gone
- Front-end update_post_meta with ajax
- How do I read the value of a custom field of the page?
- Leader board for game on homepage
- Which is best in the following scenario : post_meta vs custom table vs parent/child posts
- Default WordPress taxonomy (Tag) – How to add a custom field to form and save it to the database
- Separate table or usermeta
- Custom User Profile Fields
- Get Meta from Custom Field of Image URL
- Get all posts that do not have a specific custom field without using a subquery
- Custom fields not getting saved in the databse when added to the add new user profile page
- Is there any way to get all meta and standard columns for any WordPress object after searching based on meta key and value
- Is there a better way to list all database terms alphabetically?
- Linking Custom Fields to Database Records
- How to populate custom field dropdown box based on prior selection?
- Limits, not all post are showen when querying for posts by view count
- Custom fields attached to a page template only show on edit screen when page is saved
- remove initial wysiwyg editor from cms page edit
- When creating a metabox do you have to create DB fields for the data?
- Limit of char count in WP custom fields
- Displaying page image in the footer automatically
- Hide text if one custom field out of two is empty [closed]
- Adding custom field and querying from post table
- How to display a product features dynamically with icons?
- How to copy data from a custom field to the post_content?
- Diamond question mark in text after migrating content
- How do I convert all custom_field php timestamps in the database to js timestamps?
- Interrogate a page within a loop to check template type or custom meta data (Pages vs Posts)
- How do I include a template file while allowing it to render its own dynamic content added via custom box?
- Getting and calculating averge value of custom fields of the same tag
- How To Save Data From Remote APIs To ACF?
- show a specific metabox dependent on the page template
- Load one page with parent and child pages
- Retrieving and inserting data in custom fields
- Page template is missing fields or is invalid when I updating the template
- I have a form with a custom button ,i want to add the field data to an database when clicking the custom button
- Append custom field items to content from plugin
- update_user_meta(): invisible data storage
- Populate a select box with data stored in the database?
- Updating custom fields with external data
- Display Child Page with custom fields within Parent Page
- Create download page from post option link
- Edit different parts of a page seperately
- Download stuff after filling fields?
- Group pages by custom field values
- Get custom field from page, in a post?
- Website that sells statistics
- How to create a searchable database with a single-field search box at the front end? [closed]
- Can I exclude a post by meta key using pre_get_posts function?
- Save custom user meta on registration
- How to add dynamically the main parent pages’s custom fields and their values to all sub-pages?
- Send Multiple Custom Field Values Through the URL
- Woocommerce with metabox plugin
- using multiple meta_key and meta_value in query_posts
- global function to apply filter to custom field
- Strange issue saving custom field data for a WooCommerce order
- Print custom field in Query Loop block
- Is there a simpler version of WP Media?
- Order RSS content by an advanced custom field value
- UPDATE on SELECT results. A SQL query to swap Author with Meta Box value
- Alter main archive, to show posts with meta as last
- Add microdata from schema.org [closed]
- Displaying multiple URLs as custom field values
- How can I save custom meta to one global value?
- get posts where a custom field contains a text
- How to use media upload on metabox post page without breaking TinyMCE?
- Branch made by several custom values
- User customising position of WordPress Featured Image
- Insert image into sub-field with update_post_meta
- How to use conditional statement with custom field
- Custom field php
- Custom meta boxes in RSS feed
- SQL: Select wordpress posts with given text string and add a custom field to them?
- pull all posts’ meta key values from current category only
- Is it possible to use get_post_meta() to control HTML?
- Editing custom fields for comments
- What am I missing in this Code Block?
- Making WP_Query limit results by date before today where date is a meta_query
- Retrive acf fields in publish_post action for wp_mail
- Update custom field on page specific to logged in user
- How to delete attachments associated with custom field type when post property changes? [closed]
- Get link picker custom field to show only if field exists
- custom field images do not display until page save
- How to check custom fields from functions.php
- Paying to Access Custom Fields Per Post
- Query Posts Via WordPress URL
- wp_postmeta are updated for only one page
- How to add a prefix to existing custom fields over MYSQL query?
- Complex WP_Query Using Post Date And Post Meta
- Upload image to wordpress
- Dynamically create check boxes for given post titles in WPAlchemy
- Assign custom fields to multiple posts?