Adding additional fields (cert-tools)

Fields in CSV:
imagen

Additional fields line in conf.ini:

additional_per_recipient_fields = {“fields”: [{“path”: “.course","value": "*|COURSE|*","csv_column": "course"},{"path": ".subject”,“value”: “|SUBJECT|”,“csv_column”: “subject”},{“path”: “$.note”,“value”: “|NOTE|”,“csv_column”: “note”}]}

Tecnically, with this, the additional fields should appear inside of the “@context” tag in the template and certificate, but in my case are outside the @context.

I would appreciate any help. Thank you.

Greetings,

I have the same question, how do I add the fields? I don’t understand the explanation very well, is there an better example somewhere?