anonymizer icon indicating copy to clipboard operation
anonymizer copied to clipboard

Full name option

Open ryanMeredith opened this issue 5 years ago • 1 comments

currently I am using first name and last name

"customers_firstname": { "type": "firstname", "action": "update" }, "customers_lastname": { "type": "lastname", "action": "update" }, sometimes we store full name

is it possible to concatenate fields?

  "customers_fullname": {
    "type": "firstname lastname",
    "action": "update"
  }

ryanMeredith avatar Feb 04 '20 09:02 ryanMeredith

I have implemented this, along with a load more actions including md5 hashing to obfuscate primary key columns, a 'tweak' action to multiply financial information by a random number between 0.5 and 2.0, and a choose_one_of action similar to set_static but with more options. Also bug fixes as it no longer works out of the box with faker 2. How do I go about submitting my changes into the master repo (newbie github question i know, sorry) Also happy to flesh out the documentation a bit because getting it working in the first place was a bit stressful

up-n-running avatar Mar 28 '22 19:03 up-n-running