We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e0702 commit e28a965Copy full SHA for e28a965
src/azul/service/manifest_service.py
@@ -1684,7 +1684,8 @@ def write_page_to(self,
1684
for related_file in file['related_files']:
1685
related_row = {}
1686
file.update(related_file)
1687
- file['file_url'] = self._azul_file_url(file)
+ if 'file_url' in column_mapping:
1688
+ file['file_url'] = self._azul_file_url(file)
1689
self._extract_fields(field_path=field_path,
1690
entities=[file],
1691
column_mapping=column_mapping,
0 commit comments