Anonymizer icon indicating copy to clipboard operation
Anonymizer copied to clipboard

Anonymizes Magento Customer and Order data

Results 8 Anonymizer issues
Sort by recently updated
recently updated
newest added

I'm working on an M1>M2 migration and needed to anonymize the M1 data before sharing with a vendor. I initially entered an invalid value for the "magento root dir", so...

I tried running this command, but got an error: ``` composer require integer-net/anonymizer [InvalidArgumentException] Could not find a matching version of package integer-net/anonymizer. Check the package spelling, your version constraint...

just wondering whether you've considered M2 compatability? or know of an existing solution? thanks.

Is it possible for a large database to create something in the script or module to have it execute queries in smaller chunks? and if so where should i add...

These two tables are not anonimized ant thus still contain customer email adresses when guests have registered. Non-guests are linked through their customer account so these are anonimized.

So the anonymizer.php does not get symlinked when installing through composer.

Could faking be stable so one Input name and so on is always mapped to the same outpur. So different runs Exports would lead to the same data => easier...

Make a magerun command with dies the following 1..Clone the current MAGE database to an temporary one (original DB Name plus Suffix) 2. anonymize it 3. Export with the normal...