- Estrazione dei dati da Amazon

- Ciclo di Estrapolazione di tutti i prodotti ed aggiornamento dei campi scraped e scraped_updated
- Creazione file CSV con i campi modificati.
This commit is contained in:
Surya Paolo
2025-05-19 17:33:18 +02:00
parent 859ba022fa
commit 8ff204657e
13 changed files with 2200 additions and 572 deletions

View File

@@ -1050,9 +1050,11 @@ export const useUserStore = defineStore('UserStore', {
},
async execDbOp(paramquery: any) {
// come faccio a ricevere un file da node.js ?
return Api.SendReq('/users/dbop', 'POST', paramquery, false, false, 0, 5000, null, null, {timeout: 300000})
.then((res) => {
return res.data
}).catch((error) => {
return false