properties file with spaces in key.
Hi,
I need to parse a properties file which have space in the key.
ex: First Name = xxx
loadUserProperties.getProperty("First Name") is throwing null pointer exception.
Any clue on how to over come this as this file is provided by some third party and I have no control on the keys in the file. I need to get the values from that properties file for further processing.
Thanks in advance.