LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Scrambling Data

    Employee
    Posted 09-27-2012 03:12

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stunelson

    Hi, I have a file of Customer Addresses, for example, and I want to mash it up all the address lines so that no single Customer can be identified by their real Address - can this be done?


  • 2.  RE: Scrambling Data

    Employee
    Posted 09-27-2012 06:19

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    Yes, it can be done. Is it a full address line such as "Address1", or is it broken up in to separate fields such as "House#","Street Name"?


  • 3.  RE: Scrambling Data

    Employee
    Posted 09-27-2012 06:24

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stunelson

    The Address is broken up into Address 1, 2, 3, etc...

    6 elements including the Zipcode.


  • 4.  RE: Scrambling Data

    Employee
    Posted 09-27-2012 09:55

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    Try this graph.. I created a simple library node that will randomize one column at a time.

    If you need to ensure 100% Random data.. then you need to turn ON each node�s flag �ErrorIfNonRandom�
    Otherwise, you run a risk that some rows could stay with their original value.
    Attachments:
    Obfuscation.brg


  • 5.  RE: Scrambling Data

    Employee
    Posted 09-28-2012 01:39

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stunelson

    Thanks Stony!!