We are importing a file that contains credit card numbers in the following format: 1234********1111 I am wondering possible to set up a dictionary to import only the last 4 digits? We are currently editing the file in excel. Has anyone used a regular expression for something like this?
Marie Stark
We are importing a file that contains credit card numbers in the following format: 1234********1111 I am wondering possible to set up a dictionary to import only the last 4 digits? We are currently editing the file in excel. Has anyone used a regular expression for something like this?
Thanks!