Skip to content

Commit

Permalink
Merge pull request #469 from betagouv/hotfix/remove-dash-for-collecio…
Browse files Browse the repository at this point in the history
…n-in-csv

fix(csv-upload): remove dash in csv template
  • Loading branch information
wiwski authored Mar 2, 2023
2 parents 3dd79a0 + 8657931 commit 0aa5335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab/static/modele-upload-objets.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
label,inventory,collection
Objet #1,ABC123,-
Objet #2,DEF456,-
Objet #1,ABC123,
Objet #2,DEF456,

0 comments on commit 0aa5335

Please sign in to comment.