[Legacy CSV Import Format] Fixes to Improve Import Process - Line Numbers

Issue No: GL-4281
Created 3/16/2018 12:15:08 PM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 18.3
Description Upon testing the import with a customers file, I have some things that would make the CSV import more resilient to errors and handle some more situations so users dont have to adjust the file in excel.     *Line Number should auto-generate if field is blank*   Column F is line number. Currently we are requiring this, but some origin customers don't have it automatically populated. If the file has that coulmn blank, we should just auto increment it. First row is one, second is two, etc.   This improves the robustness of the import and reduces support calls     See the attached file as an example of this, there are other issues with this file that will be addressed in the linked JIRAs