When a CurrentString in several Text Fields in a document need to be replaced by another NewString, there is no possibility to do it in PTC Integrity. In such case one have to:
1. Export in Word Microsoft 2010 -compatible with Integrity 10.9- , find and replace there and import again.
2. Search for the CurrentString in each of the n-number of TextFields intended to be changed
--------------------------------------------------------------------------------------------------------------------------------
3. Implement a python script in which it is possible to iterate each of the items containing the CurrentString and replace it by the NewString.
I am currently working on the 3rd option as it is the most feasible for my use case.
All possible inputs are appreciated 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.