Problem: The shipment import parser currently fails to accurately track source lines when encountering sparse data in Excel files, resulting in dropped records or incorrect data alignment.
Proposed Fix:
Update the parsing logic to correctly index empty Excel cells.
Ensure source line tracking synchronizes correctly with the parsed output.
Verify that all related data models are correctly updated.
Problem: The shipment import parser currently fails to accurately track source lines when encountering sparse data in Excel files, resulting in dropped records or incorrect data alignment.
Proposed Fix:
Update the parsing logic to correctly index empty Excel cells.
Ensure source line tracking synchronizes correctly with the parsed output.
Verify that all related data models are correctly updated.