mustachemo / data-runner

Intuitive and integrity driven data clean up tool
https://drive.google.com/file/d/1C_1nEKgnzB0OEN7P5VxO2JOAMSAkF4LI/view?usp=sharing
0 stars 0 forks source link

formatting clean functionality #51

Open mustachemo opened 1 year ago

mustachemo commented 1 year ago

Pressing "Enforce/Set Formatting" button should bring up a modal

  1. DataType (can check for datattypes within the celll. For example "John123", we enforce it with "John")
  2. Max/Min (Most likely only for Ints and floats)
  3. StartsWith
  4. EndsWith
  5. Includes
  6. Capitalized
  7. Can't Include
  8. etc