Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
metadata-tools
Commits
a8bfe5de
Commit
a8bfe5de
authored
Jan 19, 2021
by
Jacek Lebioda
Browse files
chore: fixed discrepancy in subjects category
parent
8a754643
Changes
1
Hide whitespace changes
Inline
Side-by-side
metadata_tools/importxls/dish_xls_exporter.py
View file @
a8bfe5de
...
...
@@ -109,7 +109,7 @@ class DishXlsExporter:
datadec_dict
[
"consent_status_description"
]
=
sheet
[
33
,
1
]
if
sheet
[
20
,
1
]:
datadec_dict
[
'subject_categor
ies
'
]
=
sheet
[
20
,
1
].
replace
(
' & '
,
'_and_'
)
datadec_dict
[
'subject
s
_categor
y
'
]
=
sheet
[
20
,
1
].
replace
(
' & '
,
'_and_'
)
if
sheet
[
12
,
1
]:
lb_code
=
self
.
extract_lb_code
(
sheet
[
12
,
1
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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