Skip to content

Commit

Permalink
add chainname to df_stores
Browse files Browse the repository at this point in the history
  • Loading branch information
AKorets committed Aug 6, 2023
1 parent 98d9cd5 commit b169f01
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions conf/all_df_stores.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit b169f01

Please sign in to comment.