Documentation and tips for setting up Meal Tracker on your WordPress site.
More:
WordPress.org / GitHub / YeKen.uk
The following feature is only available in the Premium version of the plugin.
Rather than manually add meals to your meal collection, Meal Tracker has a CSV import tool which allows you to bulk import meals.
Note: Depending on your server, you may need to split larger CSV files into smaller, more manageable sizes for performance reasons. As a guide, we'd recommend processing no more than 500 rows at a time.
A CSV file must adhere to the following rules:
name,description,calories,quantity,unit,proteins,carbs,fats
Note: The headers "description", "proteins", "carbs", and "fats" are required however, the data for each row can be left blank if not required.
Note: If the import finds the above rules haven't been met, then the row will either be skipped or fail.
name,description,calories,quantity,unit
Apple Pie,Classic homemade apple pie,400,200,g
Plum,,15,0,medium
Pizza slice,Ham and Pineappe (crazy!),600,100,g
Coke,Bottle,30,500,ml
...
If selected, dry run mode will run basic tests against each row without attempting to update the database. We recommend you do this before performing an import as it gives the opportunity to correct any issues before attempting the main import.