Bobs integration upload file per store, and we map those to a location via POS configuration, we need to know which store number will represent each location, since at the moment, data will not provide that information, only `storeNo`
POS Configuration
Select the location that needs to be setup. Click [New] on POS configurations Set external id as `bobs-{store_no}` example: `bobs-1234` Make sure type is `bob_integration`
Troubleshooting
Bobs integration is running on its own application under , the process is, schedueler runs and check for new files under `s3://getsavi-etl-storage-prod/bobs-uploads/` gets the store no and the date of the information sent and and move them to `s3://getsavi-etl-storage-prod/bobs_integration/{store_no}/{year}/{month}/{day}/{file}`
A good way to validate if data is sent, we can check files for stores under `s3://getsavi-etl-storage-prod/bobs_integration/` or the backups under `s3://getsavi-etl-storage-prod/bobs-uploads/backup/`