-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add allowedVehicleIndices to CSV upload (#11)
Co-authored-by: Chris Morabito <[email protected]>
- Loading branch information
1 parent
79fb247
commit 5f0245a
Showing
5 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
label,penaltyCost,pickupArrivalWaypoint,pickupDuration,pickupCost,pickupStartTime,pickupSoftStartTime,pickupEndTime,pickupSoftEndTime,pickupCostPerHourBeforeSoftStartTime,pickupCostPerHourAfterSoftEndTime,deliveryArrivalWaypoint,deliveryDuration,deliveryCost,deliveryStartTime,deliverySoftStartTime,deliveryEndTime,deliverySoftEndTime,deliveryCostPerHourBeforeSoftStartTime,deliveryCostPerHourAfterSoftEndTime,loadDemand1Type,loadDemand1Value,loadDemand2Type,loadDemand2Value,loadDemand3Type,loadDemand3Value,loadDemand4Type,loadDemand4Value | ||
Package A,50,"1250 1st Ave S, Seattle, WA 98134",600,,2021-08-02T13:00:00.000Z,,2021-08-02T14:00:00.000Z,,,,,,,,,,,,,,,,,,,, | ||
Large Shipment A,1000,"7277 Perimeter Rd S, Seattle, WA 98108",3600,50,2021-08-02T08:00:00.000Z,2021-08-02T09:00:00.000Z,2021-08-02T12:00:00.000Z,2021-08-02T11:00:00.000Z,500,500,"47.67051436887835, -122.12049628332548",3600,50,2021-08-02T12:00:00.000Z,2021-08-02T13:00:00.000Z,2021-08-02T21:00:00.000Z,2021-08-02T17:00:00.000Z,500,500,weight_lbs,500,pallets,1,oversized,1,parcels,100 | ||
Shipment Set,200,"47.63164007564745, -122.14098126029408",60,,2021-08-02T08:00:00.000Z,,2021-08-02T17:00:00.000Z,,,,,,,,,,,,,,,,,,,, | ||
Large Shipment B,200,"47.51503316671915, -122.26664837759289",600,50,2021-08-02T06:00:00.000Z,2021-08-02T08:00:00.000Z,2021-08-02T11:00:00.000Z,2021-08-02T10:00:00.000Z,50,50,"3077 78th Ave SE, Mercer Island, WA 98040",600,,,,,,,,pallets,5,oversized,2,parcels,100,weight_lbs,1500 | ||
Shipment Set 2,100,"1510 Belmont Ave, Seattle, WA 98122",60,,,,,,,,,,,,,,,,,,,,,,,, | ||
Small Package,5,"400 Broad St, Seattle, WA 98109",,,,,,,,,"200 S 3rd St, Renton, WA 98057",,,,,,,,,,,,,,,, | ||
label,penaltyCost,pickupArrivalWaypoint,pickupDuration,pickupCost,pickupStartTime,pickupSoftStartTime,pickupEndTime,pickupSoftEndTime,pickupCostPerHourBeforeSoftStartTime,pickupCostPerHourAfterSoftEndTime,deliveryArrivalWaypoint,deliveryDuration,deliveryCost,deliveryStartTime,deliverySoftStartTime,deliveryEndTime,deliverySoftEndTime,deliveryCostPerHourBeforeSoftStartTime,deliveryCostPerHourAfterSoftEndTime,loadDemand1Type,loadDemand1Value,loadDemand2Type,loadDemand2Value,loadDemand3Type,loadDemand3Value,loadDemand4Type,loadDemand4Value,allowedVehicleIndices | ||
Package A,50,"1250 1st Ave S, Seattle, WA 98134",600,,2021-08-02T13:00:00.000Z,,2021-08-02T14:00:00.000Z,,,,,,,,,,,,,,,,,,,,,"1,2" | ||
Large Shipment A,1000,"7277 Perimeter Rd S, Seattle, WA 98108",3600,50,2021-08-02T08:00:00.000Z,2021-08-02T09:00:00.000Z,2021-08-02T12:00:00.000Z,2021-08-02T11:00:00.000Z,500,500,"47.67051436887835, -122.12049628332548",3600,50,2021-08-02T12:00:00.000Z,2021-08-02T13:00:00.000Z,2021-08-02T21:00:00.000Z,2021-08-02T17:00:00.000Z,500,500,weight_lbs,500,pallets,1,oversized,1,parcels,100,, | ||
Shipment Set,200,"47.63164007564745, -122.14098126029408",60,,2021-08-02T08:00:00.000Z,,2021-08-02T17:00:00.000Z,,,,,,,,,,,,,,,,,,,,,, | ||
Large Shipment B,200,"47.51503316671915, -122.26664837759289",600,50,2021-08-02T06:00:00.000Z,2021-08-02T08:00:00.000Z,2021-08-02T11:00:00.000Z,2021-08-02T10:00:00.000Z,50,50,"3077 78th Ave SE, Mercer Island, WA 98040",600,,,,,,,,pallets,5,oversized,2,parcels,100,weight_lbs,1500,, | ||
Shipment Set 2,100,"1510 Belmont Ave, Seattle, WA 98122",60,,,,,,,,,,,,,,,,,,,,,,,,,"1" | ||
Small Package,5,"400 Broad St, Seattle, WA 98109",,,,,,,,,"200 S 3rd St, Renton, WA 98057",,,,,,,,,,,,,,,,,"0,1,2" |