I having test file in my java project directory which having below content:
HEADER|INPUT|2017|test|1 |Id|Name|
From where I want to update " Id " value from another string "xyz"
"ID" is not static everytime this value gets changed
How can I get particular string using java?