PeopleCode to read config file(text file)
Hi All,
I have to write a peoplecode which can read the value from a text file (Don't want to use CI). The text file will contain column name like Business_Unit and value as 07000 and then from peoplecode we have to check for column name like business_unit in this case and then we have to retrieve the value (07000) for the specific column in a string variable.
Can this requirement can be achieved through peoplecode?
The text file content will be like as below:
Business_Unit=07000
Journal_Id=0000179351
Journal_date=2014\04\16
Thanks
Praveen