From ca9daa28190d24b6ccdfd988b2d08f66d3cec735 Mon Sep 17 00:00:00 2001 From: guvra Date: Mon, 8 Jan 2024 15:44:05 +0100 Subject: [PATCH] Use randomizeText instead of anonymizeText in config templates --- app/config/templates/magento1.yaml | 137 +++++------ app/config/templates/magento2.yaml | 262 ++++++++++---------- app/config/templates/oro4.yaml | 376 ++++++++++++++--------------- 3 files changed, 382 insertions(+), 393 deletions(-) diff --git a/app/config/templates/magento1.yaml b/app/config/templates/magento1.yaml index ec426819..b2ddfdc2 100644 --- a/app/config/templates/magento1.yaml +++ b/app/config/templates/magento1.yaml @@ -53,9 +53,9 @@ tables: converter: 'randomizeText' unique: true firstname: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' password: converter: 'randomizeText' @@ -74,13 +74,8 @@ tables: customer_entity_varchar: converters: value: - converter: 'chain' - parameters: - converters: - - converter: 'anonymizeText' - condition: '{{attribute_id}} == @firstname_attribute_id || {{attribute_id}} == @middlename_attribute_id || {{attribute_id}} == @lastname_attribute_id' - - converter: 'randomizeText' - condition: '{{attribute_id}} == @password_hash_attribute_id' + converter: 'randomizeText' + condition: '{{attribute_id}} == @firstname_attribute_id || {{attribute_id}} == @middlename_attribute_id || {{attribute_id}} == @lastname_attribute_id || {{attribute_id}} == @password_hash_attribute_id' newsletter_subscriber: converters: @@ -92,42 +87,42 @@ tables: review_detail: converters: nickname: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_creditmemo_comment: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_creditmemo_grid: converters: billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_invoice_comment: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_invoice_grid: converters: billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_order: converters: customer_email: converter: 'randomizeEmail' customer_firstname: - converter: 'anonymizeText' + converter: 'randomizeText' customer_middlename: - converter: 'anonymizeText' + converter: 'randomizeText' customer_lastname: - converter: 'anonymizeText' + converter: 'randomizeText' customer_dob: converter: 'anonymizeDateTime' customer_note: - converter: 'anonymizeText' + converter: 'randomizeText' remote_ip: converter: 'faker' parameters: @@ -138,19 +133,19 @@ tables: email: converter: 'randomizeEmail' firstname: - converter: 'anonymizeText' + converter: 'randomizeText' middlename: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' company: - converter: 'anonymizeText' + converter: 'randomizeText' street: - converter: 'anonymizeText' + converter: 'randomizeText' postcode: converter: 'randomizeNumber' city: - converter: 'anonymizeText' + converter: 'randomizeText' telephone: converter: 'randomizeNumber' fax: @@ -159,9 +154,9 @@ tables: sales_flat_order_grid: converters: billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_name: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_order_payment: converters: @@ -170,44 +165,44 @@ tables: cc_trans_id: converter: 'anonymizeNumber' cc_owner: - converter: 'anonymizeText' + converter: 'randomizeText' cc_approval: - converter: 'anonymizeText' + converter: 'randomizeText' cc_number_enc: - converter: 'anonymizeText' + converter: 'randomizeText' cc_last4: converter: 'anonymizeNumber' cc_debug_request_body: - converter: 'anonymizeText' + converter: 'randomizeText' cc_debug_response_body: - converter: 'anonymizeText' + converter: 'randomizeText' cc_debug_response_serialized: - converter: 'anonymizeText' + converter: 'randomizeText' echeck_account_name: - converter: 'anonymizeText' + converter: 'randomizeText' echeck_bank_name: - converter: 'anonymizeText' + converter: 'randomizeText' additional_information: converter: 'serializedData' parameters: converters: CC_CN: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_quote: converters: customer_email: converter: 'randomizeEmail' customer_firstname: - converter: 'anonymizeText' + converter: 'randomizeText' customer_middlename: - converter: 'anonymizeText' + converter: 'randomizeText' customer_lastname: - converter: 'anonymizeText' + converter: 'randomizeText' customer_dob: converter: 'anonymizeDateTime' customer_note: - converter: 'anonymizeText' + converter: 'randomizeText' remote_ip: converter: 'faker' parameters: @@ -220,32 +215,32 @@ tables: email: converter: 'randomizeEmail' firstname: - converter: 'anonymizeText' + converter: 'randomizeText' middlename: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' company: - converter: 'anonymizeText' + converter: 'randomizeText' street: - converter: 'anonymizeText' + converter: 'randomizeText' postcode: converter: 'randomizeNumber' city: - converter: 'anonymizeText' + converter: 'randomizeText' telephone: converter: 'randomizeNumber' fax: converter: 'randomizeNumber' customer_notes: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_quote_payment: converters: cc_owner: - converter: 'anonymizeText' + converter: 'randomizeText' cc_number_enc: - converter: 'anonymizeText' + converter: 'randomizeText' cc_last4: converter: 'anonymizeNumber' additional_information: @@ -253,22 +248,22 @@ tables: parameters: converters: CC_CN: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_shipment_comment: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_shipment_grid: converters: shipping_name: - converter: 'anonymizeText' + converter: 'randomizeText' sales_flat_shipment_track: converters: track_number: - converter: 'anonymizeText' + converter: 'randomizeText' # --- Enterprise Edition tables --- @@ -287,27 +282,27 @@ tables: enterprise_giftregistry_entity: converters: title: - converter: 'anonymizeText' + converter: 'randomizeText' message: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: converter: 'serializedData' parameters: converters: firstname: - converter: 'anonymizeText' + converter: 'randomizeText' middlename: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' company: - converter: 'anonymizeText' + converter: 'randomizeText' street: - converter: 'anonymizeText' + converter: 'randomizeText' postcode: converter: 'randomizeNumber' city: - converter: 'anonymizeText' + converter: 'randomizeText' telephone: converter: 'randomizeNumber' fax: @@ -318,11 +313,11 @@ tables: email: converter: 'randomizeEmail' firstname: - converter: 'anonymizeText' + converter: 'randomizeText' middlename: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' enterprise_rma: converters: @@ -332,36 +327,36 @@ tables: enterprise_rma_grid: converters: customer_name: - converter: 'anonymizeText' + converter: 'randomizeText' enterprise_rma_shipping_label: converters: track_number: - converter: 'anonymizeText' + converter: 'randomizeText' enterprise_rma_status_history: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' enterprise_sales_creditmemo_grid_archive: converters: billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' enterprise_sales_invoice_grid_archive: converters: billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' enterprise_sales_order_grid_archive: converters: billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_name: - converter: 'anonymizeText' + converter: 'randomizeText' enterprise_sales_shipment_grid_archive: converters: shipping_name: - converter: 'anonymizeText' + converter: 'randomizeText' diff --git a/app/config/templates/magento2.yaml b/app/config/templates/magento2.yaml index f989ea83..bc517461 100644 --- a/app/config/templates/magento2.yaml +++ b/app/config/templates/magento2.yaml @@ -40,9 +40,9 @@ tables: converter: 'randomizeText' unique: true firstname: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' password: converter: 'randomizeText' failures_num: @@ -60,17 +60,11 @@ tables: converter: 'randomizeEmail' unique: true firstname: - converter: 'anonymizeText' - parameters: - replacement: 'x' + converter: 'randomizeText' middlename: - converter: 'anonymizeText' - parameters: - replacement: 'x' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' - parameters: - replacement: 'x' + converter: 'randomizeText' dob: converter: 'anonymizeDate' password_hash: @@ -87,48 +81,48 @@ tables: customer_address_entity: converters: firstname: - converter: 'anonymizeText' + converter: 'randomizeText' middlename: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' street: - converter: 'anonymizeText' + converter: 'randomizeText' postcode: converter: 'randomizeNumber' city: - converter: 'anonymizeText' + converter: 'randomizeText' telephone: converter: 'randomizeNumber' fax: converter: 'randomizeNumber' company: - converter: 'anonymizeText' + converter: 'randomizeText' customer_grid_flat: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' email: converter: 'randomizeEmail' dob: converter: 'anonymizeDate' shipping_full: - converter: 'anonymizeText' + converter: 'randomizeText' billing_full: - converter: 'anonymizeText' + converter: 'randomizeText' billing_firstname: - converter: 'anonymizeText' + converter: 'randomizeText' billing_lastname: - converter: 'anonymizeText' + converter: 'randomizeText' billing_company: - converter: 'anonymizeText' + converter: 'randomizeText' billing_street: - converter: 'anonymizeText' + converter: 'randomizeText' billing_postcode: converter: 'randomizeNumber' billing_city: - converter: 'anonymizeText' + converter: 'randomizeText' billing_telephone: converter: 'randomizeNumber' billing_fax: @@ -146,15 +140,15 @@ tables: customer_email: converter: 'randomizeEmail' customer_firstname: - converter: 'anonymizeText' + converter: 'randomizeText' customer_middlename: - converter: 'anonymizeText' + converter: 'randomizeText' customer_lastname: - converter: 'anonymizeText' + converter: 'randomizeText' customer_dob: converter: 'anonymizeDateTime' customer_note: - converter: 'anonymizeText' + converter: 'randomizeText' remote_ip: converter: 'faker' parameters: @@ -167,32 +161,32 @@ tables: email: converter: 'randomizeEmail' firstname: - converter: 'anonymizeText' + converter: 'randomizeText' middlename: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' company: - converter: 'anonymizeText' + converter: 'randomizeText' street: - converter: 'anonymizeText' + converter: 'randomizeText' postcode: converter: 'randomizeNumber' city: - converter: 'anonymizeText' + converter: 'randomizeText' telephone: converter: 'randomizeNumber' fax: converter: 'randomizeNumber' customer_notes: - converter: 'anonymizeText' + converter: 'randomizeText' quote_payment: converters: cc_owner: - converter: 'anonymizeText' + converter: 'randomizeText' cc_number_enc: - converter: 'anonymizeText' + converter: 'randomizeText' cc_last_4: converter: 'anonymizeNumber' additional_information: @@ -200,73 +194,73 @@ tables: parameters: converters: CC_CN: - converter: 'anonymizeText' + converter: 'randomizeText' review_detail: converters: nickname: - converter: 'anonymizeText' + converter: 'randomizeText' sales_creditmemo: converters: customer_note: - converter: 'anonymizeText' + converter: 'randomizeText' sales_creditmemo_comment: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' sales_creditmemo_grid: converters: customer_email: converter: 'randomizeEmail' customer_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: - converter: 'anonymizeText' + converter: 'randomizeText' sales_invoice: converters: customer_note: - converter: 'anonymizeText' + converter: 'randomizeText' sales_invoice_comment: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' sales_invoice_grid: converters: customer_email: converter: 'randomizeEmail' customer_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: - converter: 'anonymizeText' + converter: 'randomizeText' sales_order: converters: customer_email: converter: 'randomizeEmail' customer_firstname: - converter: 'anonymizeText' + converter: 'randomizeText' customer_middlename: - converter: 'anonymizeText' + converter: 'randomizeText' customer_lastname: - converter: 'anonymizeText' + converter: 'randomizeText' customer_dob: converter: 'anonymizeDateTime' customer_note: - converter: 'anonymizeText' + converter: 'randomizeText' remote_ip: converter: 'faker' parameters: @@ -277,19 +271,19 @@ tables: email: converter: 'randomizeEmail' firstname: - converter: 'anonymizeText' + converter: 'randomizeText' middlename: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' company: - converter: 'anonymizeText' + converter: 'randomizeText' street: - converter: 'anonymizeText' + converter: 'randomizeText' postcode: converter: 'randomizeNumber' city: - converter: 'anonymizeText' + converter: 'randomizeText' telephone: converter: 'randomizeNumber' fax: @@ -300,15 +294,15 @@ tables: customer_email: converter: 'randomizeEmail' customer_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: - converter: 'anonymizeText' + converter: 'randomizeText' sales_order_payment: converters: @@ -317,61 +311,61 @@ tables: cc_trans_id: converter: 'anonymizeNumber' cc_owner: - converter: 'anonymizeText' + converter: 'randomizeText' cc_approval: - converter: 'anonymizeText' + converter: 'randomizeText' cc_number_enc: - converter: 'anonymizeText' + converter: 'randomizeText' cc_last_4: converter: 'anonymizeNumber' cc_debug_request_body: - converter: 'anonymizeText' + converter: 'randomizeText' cc_debug_response_body: - converter: 'anonymizeText' + converter: 'randomizeText' cc_debug_response_serialized: - converter: 'anonymizeText' + converter: 'randomizeText' echeck_account_name: - converter: 'anonymizeText' + converter: 'randomizeText' echeck_bank_name: - converter: 'anonymizeText' + converter: 'randomizeText' additional_information: converter: 'jsonData' parameters: converters: CC_CN: - converter: 'anonymizeText' + converter: 'randomizeText' method_title: - converter: 'anonymizeText' + converter: 'randomizeText' sales_shipment: converters: customer_note: - converter: 'anonymizeText' + converter: 'randomizeText' sales_shipment_comment: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' sales_shipment_grid: converters: customer_email: - converter: 'anonymizeText' + converter: 'randomizeText' customer_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: - converter: 'anonymizeText' + converter: 'randomizeText' sales_shipment_track: converters: track_number: - converter: 'anonymizeText' + converter: 'randomizeText' # --- Commerce tables --- @@ -387,27 +381,27 @@ tables: magento_giftregistry_entity: converters: title: - converter: 'anonymizeText' + converter: 'randomizeText' message: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: converter: 'jsonData' parameters: converters: firstname: - converter: 'anonymizeText' + converter: 'randomizeText' middlename: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' company: - converter: 'anonymizeText' + converter: 'randomizeText' street: - converter: 'anonymizeText' + converter: 'randomizeText' postcode: converter: 'randomizeNumber' city: - converter: 'anonymizeText' + converter: 'randomizeText' telephone: converter: 'randomizeNumber' fax: @@ -418,16 +412,16 @@ tables: email: converter: 'randomizeEmail' firstname: - converter: 'anonymizeText' + converter: 'randomizeText' lastname: - converter: 'anonymizeText' + converter: 'randomizeText' magento_invitation: converters: email: converter: 'randomizeEmail' message: - converter: 'anonymizeText' + converter: 'randomizeText' magento_rma: converters: @@ -437,76 +431,76 @@ tables: magento_rma_shipping_label: converters: track_number: - converter: 'anonymizeText' + converter: 'randomizeText' magento_rma_status_history: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' magento_sales_creditmemo_grid_archive: converters: customer_email: converter: 'randomizeEmail' customer_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_information: - converter: 'anonymizeText' + converter: 'randomizeText' magento_sales_invoice_grid_archive: converters: customer_email: converter: 'randomizeEmail' customer_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_information: - converter: 'anonymizeText' + converter: 'randomizeText' magento_sales_order_grid_archive: converters: customer_email: converter: 'randomizeEmail' customer_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_information: - converter: 'anonymizeText' + converter: 'randomizeText' magento_sales_shipment_grid_archive: converters: customer_email: converter: 'randomizeEmail' customer_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_name: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_name: - converter: 'anonymizeText' + converter: 'randomizeText' billing_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_address: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_information: - converter: 'anonymizeText' + converter: 'randomizeText' # --- B2B tables --- @@ -515,21 +509,21 @@ tables: company_email: converter: 'randomizeEmail' company_name: - converter: 'anonymizeText' + converter: 'randomizeText' legal_name: - converter: 'anonymizeText' + converter: 'randomizeText' comment: - converter: 'anonymizeText' + converter: 'randomizeText' street: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postcode: converter: 'randomizeNumber' telephone: converter: 'randomizeNumber' reject_reason: - converter: 'anonymizeText' + converter: 'randomizeText' company_advanced_customer_entity: converters: @@ -539,24 +533,24 @@ tables: company_credit_history: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' company_order_entity: converters: company_name: - converter: 'anonymizeText' + converter: 'randomizeText' negotiable_quote_comment: converters: comment: - converter: 'anonymizeText' + converter: 'randomizeText' negotiable_quote_grid: converters: company_name: - converter: 'anonymizeText' + converter: 'randomizeText' sales_rep: - converter: 'anonymizeText' + converter: 'randomizeText' if_version: '>=2.2': @@ -594,9 +588,9 @@ if_version: phone_number: converter: 'randomizeNumber' content: - converter: 'anonymizeText' + converter: 'randomizeText' message: - converter: 'anonymizeText' + converter: 'randomizeText' '<2.2': tables: diff --git a/app/config/templates/oro4.yaml b/app/config/templates/oro4.yaml index 795eab7f..663e6bd0 100644 --- a/app/config/templates/oro4.yaml +++ b/app/config/templates/oro4.yaml @@ -34,66 +34,66 @@ tables: oro_address: converters: street: - converter: 'anonymizeText' + converter: 'randomizeText' street2: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: converter: 'randomizeNumber' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' oro_audit: converters: object_name: - converter: 'anonymizeText' + converter: 'randomizeText' owner_description: - converter: 'anonymizeText' + converter: 'randomizeText' oro_audit_field: converters: old_text: - converter: 'anonymizeText' + converter: 'randomizeText' new_text: - converter: 'anonymizeText' + converter: 'randomizeText' oro_business_unit: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' phone: converter: 'randomizeNumber' website: - converter: 'anonymizeText' + converter: 'randomizeText' email: converter: 'randomizeEmail' oro_calendar_event: converters: title: - converter: 'anonymizeText' + converter: 'randomizeText' description: - converter: 'anonymizeText' + converter: 'randomizeText' organizer_email: converter: 'randomizeEmail' organizer_display_name: - converter: 'anonymizeText' + converter: 'randomizeText' oro_calendar_event_attendee: converters: email: converter: 'randomizeEmail' display_name: - converter: 'anonymizeText' + converter: 'randomizeText' oro_checkout: converters: @@ -105,30 +105,30 @@ tables: oro_customer: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' oro_customer_address: converters: street: - converter: 'anonymizeText' + converter: 'randomizeText' street2: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: converter: 'randomizeNumber' organization: - converter: 'anonymizeText' + converter: 'randomizeText' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' phone: converter: 'randomizeNumber' @@ -148,53 +148,53 @@ tables: key: 'processed_data.email' - converter: 'toLower' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' birthday: - converter: 'anonymizeText' + converter: 'randomizeText' salt: - converter: 'anonymizeText' + converter: 'randomizeText' password: - converter: 'anonymizeText' + converter: 'randomizeText' oro_customer_user_address: converters: street: - converter: 'anonymizeText' + converter: 'randomizeText' street2: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: converter: 'randomizeNumber' organization: - converter: 'anonymizeText' + converter: 'randomizeText' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' phone: converter: 'randomizeNumber' oro_email: converters: subject: - converter: 'anonymizeText' + converter: 'randomizeText' from_name: - converter: 'anonymizeText' + converter: 'randomizeText' oro_email_address: converters: @@ -204,9 +204,9 @@ tables: oro_email_body: converters: body: - converter: 'anonymizeText' + converter: 'randomizeText' text_body: - converter: 'anonymizeText' + converter: 'randomizeText' oro_email_mailbox: converters: @@ -223,9 +223,9 @@ tables: email: converter: 'randomizeEmail' sender: - converter: 'anonymizeText' + converter: 'randomizeText' subject: - converter: 'anonymizeText' + converter: 'randomizeText' oro_notification_recip_list: converters: @@ -235,98 +235,98 @@ tables: oro_order: converters: customer_notes: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_method: - converter: 'anonymizeText' + converter: 'randomizeText' shipping_method_type: - converter: 'anonymizeText' + converter: 'randomizeText' oro_order_address: converters: street: - converter: 'anonymizeText' + converter: 'randomizeText' street2: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: converter: 'randomizeNumber' organization: - converter: 'anonymizeText' + converter: 'randomizeText' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' phone: converter: 'randomizeNumber' oro_organization: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' description: - converter: 'anonymizeText' + converter: 'randomizeText' oro_quote_address: converters: street: - converter: 'anonymizeText' + converter: 'randomizeText' street2: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: converter: 'randomizeNumber' organization: - converter: 'anonymizeText' + converter: 'randomizeText' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' phone: converter: 'randomizeNumber' oro_rfp_request: converters: first_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' email: converter: 'randomizeEmail' phone: converter: 'randomizeNumber' company: - converter: 'anonymizeText' + converter: 'randomizeText' note: - converter: 'anonymizeText' + converter: 'randomizeText' oro_sale_quote_product: converters: comment_customer: - converter: 'anonymizeText' + converter: 'randomizeText' oro_tax_value: converters: address: - converter: 'anonymizeText' + converter: 'randomizeText' oro_tracking_data: converters: data: - converter: 'anonymizeText' + converter: 'randomizeText' oro_tracking_visit: converters: @@ -372,15 +372,15 @@ tables: phone: converter: 'randomizeNumber' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' birthday: converter: 'anonymizeDate' salt: @@ -388,7 +388,7 @@ tables: password: converter: 'randomizeText' title: - converter: 'anonymizeText' + converter: 'randomizeText' oro_user_email: converters: @@ -405,45 +405,45 @@ tables: orocrm_account: converters: name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_call: converters: subject: - converter: 'anonymizeText' + converter: 'randomizeText' phone_number: converter: 'randomizeNumber' notes: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_campaign: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_campaign_email: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' description: - converter: 'anonymizeText' + converter: 'randomizeText' sender_email: converter: 'randomizeEmail' sender_name: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_contact: converters: name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' gender: converter: 'faker' parameters: @@ -451,46 +451,46 @@ tables: birthday: converter: 'anonymizeDate' description: - converter: 'anonymizeText' + converter: 'randomizeText' job_title: - converter: 'anonymizeText' + converter: 'randomizeText' fax: converter: 'randomizeNumber' skype: - converter: 'anonymizeText' + converter: 'randomizeText' twitter: - converter: 'anonymizeText' + converter: 'randomizeText' facebook: - converter: 'anonymizeText' + converter: 'randomizeText' google_plus: - converter: 'anonymizeText' + converter: 'randomizeText' linkedin: - converter: 'anonymizeText' + converter: 'randomizeText' email: converter: 'randomizeEmail' orocrm_contact_address: converters: street: - converter: 'anonymizeText' + converter: 'randomizeText' street2: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: - converter: 'anonymizeText' + converter: 'randomizeText' organization: - converter: 'anonymizeText' + converter: 'randomizeText' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_contact_email: converters: @@ -505,19 +505,19 @@ tables: orocrm_contactus_request: converters: organization_name: - converter: 'anonymizeText' + converter: 'randomizeText' feedback: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' email_address: converter: 'randomizeEmail' phone: converter: 'randomizeNumber' comment: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_dm_activity: converters: @@ -527,18 +527,18 @@ tables: orocrm_dm_address_book: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_dm_contact: converters: email: converter: 'randomizeEmail' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' full_name: - converter: 'anonymizeText' + converter: 'randomizeText' gender: converter: 'faker' parameters: @@ -551,51 +551,51 @@ tables: email: converter: 'randomizeEmail' payment_details: - converter: 'anonymizeText' + converter: 'randomizeText' notes: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_magento_cart_address: converters: street: - converter: 'anonymizeText' + converter: 'randomizeText' street2: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: converter: 'randomizeNumber' organization: - converter: 'anonymizeText' + converter: 'randomizeText' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' phone: converter: 'randomizeNumber' orocrm_magento_customer: converters: name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' gender: converter: 'faker' parameters: @@ -610,25 +610,25 @@ tables: orocrm_magento_customer_addr: converters: street: - converter: 'anonymizeText' + converter: 'randomizeText' street2: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: converter: 'randomizeNumber' organization: - converter: 'anonymizeText' + converter: 'randomizeText' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' phone: converter: 'randomizeNumber' @@ -644,17 +644,17 @@ tables: parameters: formatter: 'ipv4' notes: - converter: 'anonymizeText' + converter: 'randomizeText' feedback: - converter: 'anonymizeText' + converter: 'randomizeText' customer_email: converter: 'randomizeEmail' payment_details: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_magento_order_address: converters: @@ -663,26 +663,26 @@ tables: phone: converter: 'randomizeNumber' street: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: converter: 'randomizeNumber' organization: - converter: 'anonymizeText' + converter: 'randomizeText' country_text: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_sales_b2bcustomer: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' website: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_sales_b2bcustomer_email: converters: @@ -697,50 +697,50 @@ tables: orocrm_sales_lead: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' company_name: - converter: 'anonymizeText' + converter: 'randomizeText' website: - converter: 'anonymizeText' + converter: 'randomizeText' notes: - converter: 'anonymizeText' + converter: 'randomizeText' twitter: - converter: 'anonymizeText' + converter: 'randomizeText' linkedin: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_sales_lead_address: converters: street: - converter: 'anonymizeText' + converter: 'randomizeText' street2: - converter: 'anonymizeText' + converter: 'randomizeText' city: - converter: 'anonymizeText' + converter: 'randomizeText' postal_code: converter: 'randomizeNumber' organization: - converter: 'anonymizeText' + converter: 'randomizeText' name_prefix: - converter: 'anonymizeText' + converter: 'randomizeText' first_name: - converter: 'anonymizeText' + converter: 'randomizeText' middle_name: - converter: 'anonymizeText' + converter: 'randomizeText' last_name: - converter: 'anonymizeText' + converter: 'randomizeText' name_suffix: - converter: 'anonymizeText' + converter: 'randomizeText' phone: converter: 'randomizeNumber' @@ -757,14 +757,14 @@ tables: orocrm_sales_opportunity: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' orocrm_zd_user: converters: name: - converter: 'anonymizeText' + converter: 'randomizeText' notes: - converter: 'anonymizeText' + converter: 'randomizeText' email: converter: 'randomizeEmail' phone: