Skip to Main Content
ADD A NEW IDEA

FILTER BY CATEGORY

Data Import

Showing 3 of 292

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

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