SANDAG / ABM

Sandag ABM
https://github.com/SANDAG/ABM/wiki
21 stars 21 forks source link

update [Trips] field in SSIS package when loading CVM trips #19

Closed gregorkschroeder closed 2 years ago

gregorkschroeder commented 3 years ago

The SSIS package required updates to the csv loading source for the Commercial Vehicle trips report file. The [Trip] field was set to single byte signed integer allowing only integers up to 127 but a recent ABM 14.1.1 scenario run by Tom King had valid values in this field > 127. The [Trip] field in the csv loading source has been updated to single byte unsigned integer to allow values up to 255.