import-cli-simple icon indicating copy to clipboard operation
import-cli-simple copied to clipboard

This the meta package for Pacemaker Community, a Symfony based CLI application that provides import functionality for products, categories, attributes, and attribute-sets. The default format is CSV, a...

Results 18 import-cli-simple issues
Sort by recently updated
recently updated
newest added

I tried to dump a configuration file to kick-off my import project. But it does not work with the current version: ```text $ vendor/bin/import-simple --version Pacemaker - Community Console Tool...

# Preconditions **Project Environment** Magento Cloud Version: 2.4.2-p1 PHP: 7.4 Database: MariaDB 10.4.14 Techdivision Import Cli : 3.8.53 # Steps to reproduce 1. Prepare the import sheet ***product-import_20220403-044748_01.csv*** for multi-store...

**Describe the bug** When importing, the move-file part does not copy the ok file in the destination folder, breaking import. Removing all move-file from the config fixes this. **To Reproduce**...

**Describe the bug** An unexpected warning is thrown upon `product:import` for not found directory. Even if it's configured otherwise. **To Reproduce** 1. Download/Install Pacemaker - Community Console Tool 3.8.42 2....

bug

Using last version of m2if and Magento 2.3.3 if you disable all modules MSI the product imports rase this exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento.inventory_source'...

investigating

/** * The DB password to use. * * @var string * @Type("string") * @Exclude(if="context.getDirection() === 1") */ protected $password; will fail on the GraphNavigator because there is no expressionExclusionStrategy...

bug

Listeners on Subjects level are not recognized. `"listeners": [ { "subject.artefact.header.row.process.start": [ "import.listener.validate.header.row" ] } ]` Please take a look in AbstractSubject where the EventName is generated. `protected function getEventName($eventName)...

**Describe the bug** In [Usage] (https://docs.m2if.com/37/getting-started/usage) the shortcut add:update seems referred to apply only to product (function description is about product catalogue and sku) but testing ALSO with attribute:import this...

bug

Any chance of having support for content entities like cms pages and blocks?

I'd love to be able to move existing attributes to different groups within an attribute_set like it's possible via drag & drop at Magento backend: ![image](https://user-images.githubusercontent.com/7961978/80734035-d8b89580-8b0e-11ea-812a-857c40b9557a.png) Example csv: attribute_set_name |...

enhancement