10095229 - Vendor Import Not Working Correctly
There were two problems with this: First, the import was trying to read the header line, and not skipping it and starting on line 2. Second, if the first column (Vendor#) was blank, the import was not creating a new Vendor with a system assigned vendor number. Instead, it shifted every column over to the left by one and then threw an error because the values for the columns didn't match the schema.