XML Code - Replace number on different line if the item code contains certain text
-
I want to change some XML code in bulk. Basically, these are items that I’ve exported from our software to do batch updates. I need to find all item codes that contain ‘-/A’ within. And then change the field for <IsBatchItem>0</IsBatchItem> to 1. The problem is, not all of the item codes contain ‘-/A’. They are also not on the same line.
-
It would be very helpful if you would post some example data that demonstrates the structure of your XML file. The description you gave above is too vague to be helpful. Of course you can (and should) anonymize your data before posting.