We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ciao Matteo, per importare i dati dei comuni in mysql ho trasformato i dati da json a csv; da shell linux ho usato:
jq -r '.[] | . as $comune | [$comune.nome, $comune.codice, $comune.codiceCatastale, $comune.sigla, $comune.regione.nome, ($comune.cap | join("-"))] | @csv' comuni.json > comuni.csv
Penso possa essere utile ad altri sviluppatori riportare questo esempio nel README. Grazie del repo, un saluto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ciao Matteo, per importare i dati dei comuni in mysql ho trasformato i dati da json a csv; da shell linux ho usato:
Penso possa essere utile ad altri sviluppatori riportare questo esempio nel README.
Grazie del repo, un saluto
The text was updated successfully, but these errors were encountered: