| description:
|
Recycling route stops exported from RouteSmart by Rich Carrillo on 2/3/2014. There is a field for day of week, called “Partition”. It comes out of CX in an odd way, though. Basically it’s a 7 digit text field, with each digit representing a day of the week, Sunday-Saturday. The service day is “checked off”, so Monday would look like this: 0100000. Friday is 0000010. Since each stop I represented by a single record, there should not be a case where Partition has more than one “1”. If a location was picked up on Monday and Friday, it would not be “0100010”. It would be one record with 0100000 and second with 0000010. |