Hello,
I'm trying to find a way to be able to export a view in a .txt file based on a template.
Example view:
Template would be like:
Hello {Name} {Lastname}, you are a {Age} {Gender}
So the .txt file would look like:
Hello Martin Shelvi, you are a 22 Male
Hello Lara Croft, you are a 29 Female