Skip to Main Content
ADD A NEW IDEA

FILTER BY CATEGORY

Data eXchange

Showing 8 of 292

Merchant File Upload

File uploads via file are possible in the merchant portal. After the merchant uploads a file in a defined format the products will be imported after undergoing an automatic vetting process. The results of the import are directly reported back to t...
Mashay Constantine-Yon 12 months ago in Data eXchange 1 In review

Feed Export Generator

Module for generate Feeds for Products, Categories, etc. - customizing feeds via backend - download of feed (datatypes: csv) - upload feed to specific http endpoints
Guest over 4 years ago in Data Export 1 Long Term Roadmap

Data export from the backoffice tables: per-user configuration

We have an ootb grid-export functionality in our backoffice which allows to "download" the displayed data in the CSV format. In a multi-country setup different back-office users are interested in different kinds of data. So this will be very usefu...
Andriy Netseplyayev about 1 year ago in Data Export 0 In review

I want to export backoffice grids (tables)

We have clients that wants to works with some data in Excel an review rows manually. They want to export admin grids to a CSV file just by clicking a button on the grid screen. (Possibly add filters and select columns.)
Alex Kiselov about 2 years ago in Data Export 2 Already exists

Bulk data import

To improve the performance, the data import could be modified to make use of INSERT ... ON DUPLICATE KEY UPDATE ... (MariaDB/MySQL) or INSERT ... ON CONFLICT DO UPDATE SET ... (PostgreSQL) instead of saving records one by one. The logic would read...
Oleksandr Peresypkin about 1 year ago in Data Import 0 In review

FlySystem abstraction for data importer's CSVs

One of the very often question from customer's projects, where our data importers with CSVs are used: "how can I upload/change CSV import files and trigger an import without a need to deploy the code?" This is very essential for production environ...
Andriy Netseplyayev over 2 years ago in Data Import 1 Planned

Export shopping list and cart to CSV

When sharing a cart or shopping list for offline use, customers want to be able to export them in CSV format
Michael Vax over 4 years ago in Data Export / Shopping List 0 Future consideration

DataImport Modules csv path check

Currently the csv paths in *DataImport modules are always hardcoded to the module folder. To change the path you always need to rewrite the Config class.
Guest over 4 years ago in Data Import 1 Already exists