What does it do:
================
Uber CSV offers dynamic CSV Export and Importing! Add import/export features to any 3rd party mod that uses with custom database records.
Unlike other import/export tools that deal with a pre-defined, structured set of limited data like products, orders, etc...
this tool is fully dynamic and gets generated from your current database.
It also lets you choose which fields you want to manage instead of an all-or-nothing approach that most other import/export tools offer...
This means you can choose to do something as small as qty or price update for products, or larger like product name and description adjustments.
The smart importing system can automatically determine if the data is an update to existing records or new data that needs to be inserted.
Additionally, it features Start and End rows to prevent memory crashes allowing you to tailor it to your server's performance criteria.
Main features:
==============
* No files are overwritten. Uses the OpenCart module system.
* Not theme dependent
* Update and Insert support. No more "All-or-None". Records are not deleted first before importing unless desired.
* Fully dynamic generation. Any custom mods that have database entries can be exported/imported.
* Choose which columns you want from the table allowing smaller, manageable files.
* Smart import feature automatically determines if the line is updating an existing record or a new insert.
* Option to delete all data first, or just update without delete.
* Start/End row counts for choosing how much data to export at once.
* Will NOT conflict with any other mods. This talks directly with the database so it won't conflict.
How to use:
==================
1. Choose table and column(s).
2. Export and it will ask you to save the csv file
3. Make your changes and import back to your site