You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
How can I read data from html template and insert it into another collection of a Mongodb database ? The data is in tabular form on html page and that is also fetched from a collection of database .
Rick Timmis
unread,
Jul 27, 2018, 8:35:57 AM7/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
The data that you are using to populate the HTML template can also be marshalled into json take the json copy of the data and use that to create a document or key value record in your mongo DB