Advertisement
cascafico

italia-defibrillatori scrap

Jan 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. wget https://www.italia-defibrillatori.it/mappa-dei-clienti-di-italia-defibrillatori/
  2. cancellare 1,3280
  3. sed -i -e 1,3280d index.html
  4. sostituire } con \n
  5. sed -i -e 's/}/\n/g' index.html
  6. sostituire , con altro
  7. sed -i -e 's/,/ /g' index.html
  8. sostituire \" con '
  9. sed -i -e "s:\\\[\"]:':g" index.html
  10. awk -F "\"" '{print $10 "," $14 "," $18 "," $38 "," $42}' index.html > italia-defibrillatori.csv
  11. pulizia a vista
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement