cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

ACL script to redact text

cleccese
6-Contributor

ACL script to redact text

Does someone have an ACL script that can replace all text in a document with "xxxxxxxx" or make them otherwise unreadable so we can sanitize our production documents before sending them to PTC Support?

1 ACCEPTED SOLUTION

Accepted Solutions
pnagai
4-Participant
(To:cleccese)

‌what about an ACL with 50 find/replaces? Change a to x. Change A to X. b, B, c, C, and so on. (Skip x and X.) If you're really paranoid, change ' and maybe , also. You'll have to decide if hyphenation and line/page breaks might be changed enough to alter the bug behavior.

View solution in original post

2 REPLIES 2
pnagai
4-Participant
(To:cleccese)

‌what about an ACL with 50 find/replaces? Change a to x. Change A to X. b, B, c, C, and so on. (Skip x and X.) If you're really paranoid, change ' and maybe , also. You'll have to decide if hyphenation and line/page breaks might be changed enough to alter the bug behavior.

cleccese
6-Contributor
(To:pnagai)

Thanks, Paul, I was thinking along those lines, I will try it!

replace(".","x",0x2004)  replaces everything but generated text.

 

Top Tags