|
@@ -169,7 +169,7 @@ class ParseMapping:
|
|
|
"Not all objects in the mapping json contain property tag " + self._source
|
|
|
|
|
|
standard_property_names=["type"]
|
|
|
- standard_property_values=["DATETIME"]
|
|
|
+ standard_property_values=["%d%m%Y"]
|
|
|
|
|
|
date_formats = {}
|
|
|
for column_mapping in self._mapping:
|