diff --git a/conf/all_df_stores.json b/conf/all_df_stores.json index 66433f0..0be0910 100644 --- a/conf/all_df_stores.json +++ b/conf/all_df_stores.json @@ -1,26 +1,26 @@ { "ignore": [ - "chainname", + "subchainname", "xmldocversion", - "branches", - "subchains", - "longitude", "latitude", - "subchainname", - "lastupdatetime" + "longitude", + "lastupdatetime", + "branches", + "subchains" ], "tags_dict": {}, "tags": [ "lastupdatedate", - "storetype", - "chainid", + "city", "subchainid", "address", - "city", - "storeid", - "bikoretno", + "storetype", + "zipcode", "storename", - "zipcode" + "chainname", + "chainid", + "storeid", + "bikoretno" ], "encoding": { "Dor Alon": "utf-16", diff --git a/mapper.py b/mapper.py index a313951..19d7d29 100644 --- a/mapper.py +++ b/mapper.py @@ -356,9 +356,9 @@ def generate_df_stores_configurations_base(): lookup_in_db=False).start() tags = {'subchainid', 'storeid', 'city', 'bikoretno', 'storename', 'zipcode', 'chainid', 'lastupdatedate', - 'address', 'storetype'} + 'address', 'storetype', "chainname"} ignore = { - "latitude", "longitude", "chainname", + "latitude", "longitude", "subchainname", "branches", "xmldocversion", "subchains", "lastupdatetime"} tags_dict = {}