Hello everyone !
Newbie question
Iām building a website with Next.js and DatoCMS
I want to import a huge list of items from a json file into datocms models
I have read Import and export content - Importing data from external sources - DatoCMS Docs
However I am quite unsure where I should put the code ?
Also worth mentioning I want to import the file only once, not on every build
Looking for guidance !