template-archive icon indicating copy to clipboard operation
template-archive copied to clipboard

Allow caller to specify clause/contract id used for parse

Open dselman opened this issue 5 years ago • 1 comments

Today, when you call Template.parse with some text the JSON returned includes a generated UUID.

Describe the solution you'd like Allow the caller to pass an id into parse which will be assigned to the JSON.

Additional context The results of parse often have to be stored in application specific maps or key-value stores. Allowing the client to control the id on the generated JSON makes this easier. It also ensures that the JSON doesn't change on every parse.

dselman avatar Dec 20 '19 15:12 dselman

hey I am new to the open source side of coding I really loved the project and want to contribute as much as I can . It would be really helpful if you could help me to get started and Also if you could guide me to solve this issue

ramanjitsingh-hub avatar Sep 20 '21 10:09 ramanjitsingh-hub