Hi,
I understand the StringTemplate example code. Now i have generated a file using String Template.
Ex:
StringTemplate.st:
Hi...this is <NAME>
Generated File:
Hi...this is Hari.
This is exactly what i need. But Is it possible to do it the reverse order. I might require it for file loading into UI scree.
Expected:
import the above generated file and return <NAME>: Hari