Skip to content
#

faker

Here are 638 public repositories matching this topic...

xDivisionByZerox
xDivisionByZerox commented Mar 27, 2022

Clear and concise description of the problem

Function name is repeating the module name.

Suggested solution

Create a new function number in the phone module that is a copy of the current phoneNumber function. Call this new function in the current function and add a deprecation warning.

Alternative

No response

Additional context

Marked as todo in #541

good first issue p: 1-normal s: accepted
peterjaap
peterjaap commented Sep 25, 2018

Add identify command to find possible columns to anonimize.

It should;

  • Loop over all tables in a given database
  • Loop over all columns in every table
  • Check if the column is (partly?) named like a formatter that is available (firstname, email, etc)
  • For every identified column, ask whether a yaml entry should be created in a custom yaml file
  • Get the list o
good first issue

Improve this page

Add a description, image, and links to the faker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the faker topic, visit your repo's landing page and select "manage topics."

Learn more