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 0e61226 commit 83ff7c0Copy full SHA for 83ff7c0
flattentool/schema.py
@@ -21,10 +21,6 @@ class TitleLookup(UserDict):
21
property_name = None
22
23
def lookup_header(self, title_header):
24
- # Ignore titles with a / in, as they may contain types
25
- # https://github.com/OpenDataServices/flatten-tool/issues/56
26
- if '/' in title_header:
27
- return title_header
28
return self.lookup_header_list(title_header.split(':'))
29
30
def lookup_header_list(self, title_header_list):
0 commit comments