ECI: Developer Settings
This is a panel on the Settings page. I intended for a lot of abilities to be added here but it currently only has one. Abilities regarding server performance and controlling php etc. However there is only a single button at this time due to lack of demand for anything else.
Key Information
- You can display what Easy CSV Importer stores in your database and use it to check settings quickly
Features
Please request more to be added if you feel it will help you.
Display Plugins Data Arrays
Selecting Yes on this menu used to activate error display, WordPress hides errors by default. Many of you may be using a version that does this however the latest versions do not. Error display mode is only forced on from the code on the easy-csv-importer.php file.
What this feature still does is display a list of panels in the footer of most pages. Each panel holds a single WordPress options table record, laid out for easy reading. Easy CSV Importer stores information about your projects, csv files and settings within arrays. What you see in these panels are those arrays and with some time you can learn what you are looking at to a point it is useful as reference. Developers will especially find it handy.
Record Last ID
This setting allows you to store the record id of a record being used to create a post. The save is done before Easy CSV Importer attempts to process the data and create the post. This way if the data causes a failure, the stored record id may help us locate the causing record. You can find the id on the Finish page inside the Progress panel.
SELECT Query Escape
This may be needed if your data has quotes within it. If you experience any MySQL failure in operations where the plugin needs to get your records from the project table then try activating this setting.
INSERT Query Escape
If you experience problems when importing data, try activating this setting. If your data has quotes within it, that may be the cause and this should allow you to import your data.
Overall Effects
Simply displays more information on your page in the footer in a tidy way. No other CSV Importer plugin for WordPress stores so much information and it is all needed for the best outcome and long term use.