Skip to content

Commit

Permalink
add configuration to parse store
Browse files Browse the repository at this point in the history
  • Loading branch information
AKorets committed Jul 15, 2023
1 parent 61796f9 commit eeb64d5
Show file tree
Hide file tree
Showing 28 changed files with 25,791 additions and 0 deletions.
26 changes: 26 additions & 0 deletions conf/Dor AlonStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "utf-16",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/GoodPharmStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "utf-8",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/Hazi HinamStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-16",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/Keshet TaamimStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-16",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/King StoreStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-8",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/Maayan2000Store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-8",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/Netiv HasefStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-8",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/Osher AdStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-16",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/PolizerStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-16",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/Rami LevyStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-16",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "storesfull"
}
26 changes: 26 additions & 0 deletions conf/ShefaBarcartAshemStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-8",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
20 changes: 20 additions & 0 deletions conf/ShufersalStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"encoding": "UTF-8-sig",
"nameDict": {
"SUBCHAINID": "SubChainID",
"CHAINID": "ChainID",
"LASTUPDATEDATE": "LastUpdateDate",
"STOREID": "StoreID",
"BIKORETNO": "BikoretNo",
"STORETYPE": "StoreType",
"STORENAME": "StoreName",
"ADDRESS": "Address",
"CITY": "City",
"ZIPCODE": "ZIPCode"
},
"ignore": [
"SUBCHAINNAME",
"CHAINNAME"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/Shuk AhirStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-8",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
26 changes: 26 additions & 0 deletions conf/Stop MarketStore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"encoding": "UTF-16",
"nameDict": {
"SubChainId": "SubChainID",
"ChainId": "ChainID",
"LastUpdateDate": "LastUpdateDate",
"StoreId": "StoreID",
"BikoretNo": "BikoretNo",
"StoreType": "StoreType",
"StoreName": "StoreName",
"Address": "Address",
"City": "City",
"ZipCode": "ZIPCode"
},
"ignore": [
"Latitude",
"Longitude",
"ChainName",
"SubChainName",
"Branches",
"XmlDocVersion",
"SubChains",
"LastUpdateTime"
],
"ignoreFile": "ignore"
}
Loading

0 comments on commit eeb64d5

Please sign in to comment.