Good to hear that helped. As regarding editing tag number, you can try adding a parser expression which would not try to update those two properties, but would consider that they should be in there. I believe something like this should work: ^[?\w]*-[?\w{4}]-(? VALVE_OPERATION_TYPE \w{1})(? DEVICE_TYPE_CODE \w{2})(? NUMBER \d{2})-(? SIZE [?\w]*)|(? NUMBER .*) I assume here that Commodity code + Pipeline number is always 4 symbols in your naming convention. If not, please modify it. Regards, Justinas
↧