Skip to content

Commit

Permalink
path tmpl for generic immune (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarmer-fearless authored Sep 26, 2024
1 parent 129e674 commit c10aa3c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions upload-configs/v2/generic-immunization-csv.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"IZGW"
],
"description": "This field is the identifier for the sender of the data.",
"compat_field_name": "meta_ext_source"
"compat_field_name": "meta_ext_source"
},
{
"field_name": "data_producer_id",
Expand Down Expand Up @@ -111,7 +111,7 @@
"DV3",
"FD3",
"XXA"
],
],
"description": "This field is the identifier for the data producer."
},
{
Expand Down Expand Up @@ -216,14 +216,14 @@
"XXA"
],
"description": "This field indicates the jurisdiction associated with the data. If not provided, populate with null.",
"compat_field_name": "meta_ext_entity"
"compat_field_name": "meta_ext_entity"
},
{
"field_name": "received_filename",
"required": true,
"allowed_values": null,
"description": "This field is the name of the file when uploaded.",
"compat_field_name": "meta_ext_filename"
"compat_field_name": "meta_ext_filename"
},
{
"field_name": "data_stream_id",
Expand All @@ -232,7 +232,7 @@
"generic-immunization"
],
"description": "This field is the identifier for the data stream.",
"compat_field_name": "meta_destination_id"
"compat_field_name": "meta_destination_id"
},
{
"field_name": "data_stream_route",
Expand All @@ -241,7 +241,7 @@
"csv"
],
"description": "This recieved is the route of the data stream.",
"compat_field_name": "meta_ext_event"
"compat_field_name": "meta_ext_event"
},
{
"field_name": "meta_ext_objectkey",
Expand Down Expand Up @@ -281,6 +281,7 @@
},
"copy_config": {
"folder_structure": "date_YYYY_MM_DD",
"path_template": "generic-immunization-other/{{.Year}}/{{.Month}}/{{.Day}}/{{.Filename}}",
"targets": [
"ncird"
]
Expand Down

0 comments on commit c10aa3c

Please sign in to comment.