Skip to content

Commit

Permalink
add filename to path (#499)
Browse files Browse the repository at this point in the history
* add filename to path

* add curly braces
  • Loading branch information
Sun-Mountain authored Sep 23, 2024
1 parent aaa7f8c commit fcd1e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-configs/v2/routine-immunization-other.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
},
"copy_config": {
"folder_structure": "date_YYYY_MM_DD",
"path_template": "routine-immunization-zip/{.Year}/{.Month}/{.Day}",
"path_template": "routine-immunization-zip/{{.Year}}/{{.Month}}/{{.Day}}/{{.Filename}}",
"targets": [
"ncird"
]
Expand Down

0 comments on commit fcd1e80

Please sign in to comment.