I need to import a JSON file to a data base Mongoose. This should be a script that should be run daily.
I have my JSON as follows :
[
{
"grant_title": "name SRL",
"id": "30579843531",
"total_amount": "551954"
},{
"grant_title": "AADI CAPIF ASOCIACION CIVIL",
"id": "30574449967",
"total_amount": "37050"
},{
"grant_title": "LA CAMPAÑOLA S.A",
"id": "23311183419",
"total_amount": "139292"
}
]
I need this information to be stored in a database .
This should be whether or if a script NodeJS (express). Please be clear , because I am a beginner .