Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Observatoire
observatoire-scripts
Commits
1aabf430
Commit
1aabf430
authored
Sep 30, 2019
by
Pierre Dittgen
Browse files
Fix comment
parent
2c79b3b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
download_and_prepare_data
View file @
1aabf430
...
...
@@ -39,7 +39,7 @@ download_and_filter_datagouv_data() {
download_file_or_exit
$DATASET_CSV_URL
$DG_TEMP_DIR
/datasets.csv
download_file_or_exit
$RESOURCE_CSV_URL
$DG_TEMP_DIR
/resources.csv
Extract id_datagouv column content from OpenDataFrance organisations file
#
Extract id_datagouv column content from OpenDataFrance organisations file
DG_ORG_ID_FILE
=
$DG_TEMP_DIR
/org_ids.txt
$CSV_CUT
-c
"id-datagouv"
$ODF_ORGA_FILE
|
$SED
-e
'1d'
|
$GREP
-v
'""'
>
$DG_ORG_ID_FILE
||
exit
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment