Skip to main content

Preparing Supplier Scan Files for System Import

The Situation

The business receives optical scan files from suppliers.
Some suppliers provide them ready to import. Others don’t.

The practice system identifies products using a UPC code, but certain suppliers name the files using their own model names instead.

Because of this mismatch, the files could not be uploaded directly.

The Problem

Staff had to manually:

• Check the catalogue spreadsheet
• Match each item to the correct product
• Rename every scan file
• Then run another tool to convert the files into the required upload format

This process was slow and mistakes caused failed imports.

A custom tool was created that:


    • Reads the supplier catalogue file
    • Matches each scan automatically
    • Renames files to the correct UPC code
    • Prepares them for the system import process


The files are now ready for conversion without manual checking.

Before

Manual matching and renaming of supplier files

After

Files prepared correctly in one run