template-archive
template-archive copied to clipboard
Allow caller to specify clause/contract id used for parse
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.
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