Skip to content
New issue

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

Updating resource file name #85

Merged
merged 3 commits into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ted_sws/resources/mapping_files_registry.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ted_sws.resources import get_mapping_json_file, get_mapping_csv_file

COUNTRIES_MAPPING_FILE = "countries.json"
COUNTRIES_MAPPING_FILE = "country.json"
FORM_TYPE_MAPPING_FILE = "form_type.json"
LANGUAGES_MAPPING_FILE = "languages.json"
LEGAL_BASIS_MAPPING_FILE = "legal_basis.json"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
referenceFormulation: jsonpath
iterator: $.results.bindings[*]
countries-source:
access: transformation/resources/countries.json
access: transformation/resources/country.json
referenceFormulation: jsonpath
iterator: $.results.bindings[*]

Expand Down