What is a Carbone tag?
What is a Carbone tag?
Carbone tags are placeholders {d.} within the template. When reports are generated, tags are substituted for data coming from a JSON dataset. The value can be a string, a number, a date, image and more!
JSON Data
{
"firstname": "John",
"lastname": "Doe"
}
Template
Hello {d.firstname} {d.lastname} !
Result
Hello John Doe !
Updated on: 09/09/2022
Thank you!