Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attivare download con aggiornamento automatico della lista dei dataset #10

Open
aborruso opened this issue Dec 7, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@aborruso
Copy link
Contributor

aborruso commented Dec 7, 2020

Farlo a partire dai dati presento qui https://www.istat.it/it/metodi-e-strumenti/web-service-sdmx

Farlo a partire direttamente dalla tabella HTML.

curl 'https://www.istat.it/ws/dwh/wsFromJson.php' \
  -H 'Connection: keep-alive' \
  -H 'Accept: application/json' \
  -H 'X-Requested-With: XMLHttpRequest' \
  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' \
  -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
  -H 'Origin: https://www.istat.it' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Referer: https://www.istat.it/it/metodi-e-strumenti/web-service-sdmx' \
  -H 'Accept-Language: en-US,en;q=0.9,it;q=0.8' \
  --data-raw 'language=it' \
  --compressed

image

@aborruso aborruso added the enhancement New feature or request label Dec 7, 2020
@aborruso
Copy link
Contributor Author

aborruso commented Dec 7, 2020

curl 'https://www.istat.it/ws/dwh/wsFromJson.php' \
  -H 'Connection: keep-alive' \
  -H 'Accept: application/json' \
  -H 'X-Requested-With: XMLHttpRequest' \
  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' \
  -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
  -H 'Origin: https://www.istat.it' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Referer: https://www.istat.it/it/metodi-e-strumenti/web-service-sdmx' \
  -H 'Accept-Language: en-US,en;q=0.9,it;q=0.8' \
  --data-raw 'language=it' \
  --compressed | scrape -be '//tr' | xq '.html.body.tr[]' | mlr --j2c unsparsify then cut -r -f "#text" then skip-trivial-records then label CATEGORIA,DATAFLOW,DATASET,VERSION,AGENCY then fill-down -f CATEGORIA then filter '$DATAFLOW=~".+"' then put '$GERARCHIA=$CATEGORIA' then nest --explode --values --across-fields --nested-fs  ">" -f GERARCHIA then unsparsify then clean-whitespace
CATEGORIA DATAFLOW DATASET VERSION AGENCY GERARCHIA_1 GERARCHIA_2 GERARCHIA_3
Imprese 6_20 Ricerca e Sviluppo 1.3 IT1 Imprese
Imprese 6_39 ICT nelle imprese con almeno 10 addetti 1.2 IT1 Imprese
Imprese 6_471 Innovazione nelle imprese con almeno 10 addetti 1.1 IT1 Imprese
Imprese 6_64 Clima di fiducia delle imprese 1.1 IT1 Imprese
Imprese > Competitività 161_267 Risultati economici delle imprese 1.3 IT1 Imprese Competitività
Imprese > Competitività 161_268 Risultati economici delle imprese - reg. 1.2 IT1 Imprese Competitività
Imprese > Competitività > Serie interrotte 161_297 Statistiche nazionali sulla struttura delle imprese (dati sino al 2007) 1.1 IT1 Imprese Competitività Serie interrotte
Imprese > Competitività > Serie interrotte 161_81 Statistiche regionali sulla struttura delle imprese (dati sino al 2007) 1.0 IT1 Imprese Competitività Serie interrotte
Imprese > Struttura 183_203 Imprese - occupati 1.2 IT1 Imprese Struttura
Imprese > Struttura 183_207 Imprese - lavoratori esterni per compensi percepiti e periodo di attività 1.3 IT1 Imprese Struttura
Imprese > Struttura 183_208 Imprese - lavoratori esterni 1.3 IT1 Imprese Struttura
Imprese > Struttura 183_275 Imprese - lavoratori indipendenti 1.3 IT1 Imprese Struttura
Imprese > Struttura 183_276 Imprese - lavoratori temporanei 1.2 IT1 Imprese Struttura
Imprese > Struttura 183_277 Imprese e addetti 1.1 IT1 Imprese Struttura
Imprese > Struttura 183_285 Unità locali e addetti 1.5 IT1 Imprese Struttura
Imprese > Struttura 183_286 Imprese - lavoratori dipendenti 1.2 IT1 Imprese Struttura
Imprese > Struttura 183_332 Unità locali - lavoratori dipendenti 1.3 IT1 Imprese Struttura
Imprese > Struttura 183_336 Imprese - lavoratori dipendenti beneficiari di sgravi contributivi 1.2 IT1 Imprese Struttura
Imprese > Struttura 183_464 Imprese - occupati per titolo di studio 1.0 IT1 Imprese Struttura
Ambiente ed energia 9_951 Cave e miniere 1.2 IT1 Ambiente ed energia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant