I've been trying to use the programmatic/command line approach to comparison with UltraCompare. If I start out with a text file containing the text:
comply with the requirement after 91 days, the hospital’s accreditation decision will be
And Do a compare against the .txt file containing the text:
comply with the requirement after 90 days, the hospital’s accreditation decision will be
As you can see, the difference is "91" to "90" days. The output file always gives me something like this:
This is fine, I want the entire text being compared, but I really really need to know where in the text the change has occurred. Is there a switch that I can use to mark the changes? That way it would spit out something like this instead:
As you can see, it marks the location of the difference with an asterik too. Is there a way to mark the output? Any way I can know where in the text it has changed? Any and all suggestions are much appreciated. Thank you for reading and for your suggestions.
comply with the requirement after 91 days, the hospital’s accreditation decision will be
And Do a compare against the .txt file containing the text:
comply with the requirement after 90 days, the hospital’s accreditation decision will be
As you can see, the difference is "91" to "90" days. The output file always gives me something like this:
Code: Select all
1 * comply with the requirement after 91 days, the hospital’s accreditation decision will be
* comply with the requirement after 90 days, the hospital’s accreditation decision will be
Code: Select all
1 * comply with the requirement after 9*1 days, the hospital’s accreditation decision will be
* comply with the requirement after 9*0 days, the hospital’s accreditation decision will be