Hi, I have flat file having strings separated by whitespace as:
set key1 value1
set key2 value2
I want to update the value part only e,g. value1 should be replaced by value3. I have used different lenses but nothing is allowing a key name like `set key1`containing a space. How can we define a key having a space? I have used spacevars.lns but that's not working. Any idea?
↧