Bistrack POS Import - Margin Master

Margin Master Handbook

Introduction
Part I · Installing
Part II · Introducing the Main Window
Part III · Initial Configuration
Part IV · Customizing the Workspace
Part V · Basic Application Functionality
Part VI · Learning Margin Master
Part VII · Advanced Topics
Part VIII · Updates, Troubleshooting & Help
Appendix
Part III · Chapter 7 — Point of Sale: Connect, Configure, Import, TroubleshootUpdated 2026-08-28

Bistrack POS Import

What is this?

Bistrack is the most feature-rich POS import in Margin Master, supporting five different import variants to accommodate different store configurations. It can import from comma-delimited files or connect directly to a live Bistrack SQL Server database.

Walk through it in the app: guide 4006 — Importing your BisTrack data. Margin Master can walk you through these steps live: turn on Training / Guide Mode from the Help menu, then type 4006 into the Lessons & Guides box — or ask Margin Master support to run it with you.

Import File Format

Property Value
Delimiter Comma (,)
File pattern *.txt or *.csv
Header row Yes (1 row)
Variants Standard, DIB1040, DIB6828, MAP1, DirectConnect

Standard Variant (37 fields)

# Field Description
1 Sku Item SKU
2 AltSku Alternate SKU / UPC
3 Store Store identifier
4 Dept Department
5 Class Class
6 Description Item description
7 Desc2 Secondary description
8 Location Bin/location
9 CurrentPrice Current retail price
10 OnHand Quantity on hand
11 PrimeVendor Primary vendor
12 AVendor Alternate vendor
13 ProductGroup Product group
14 OrderMultiple Order multiple
15 RetailUnits Retail units (ignored)
16-28 H0 - H12 Monthly sales history (13 months)
29 COST Item cost
30-34 Comp1 - Comp5 Competitor prices 1-5
35 CompA Competitor price A
36 CompMemo Competitor memo
37 sVelocity Sales velocity

DIB6828 Variant (16 fields)

A reduced format without Location, PrimeVendor, AVendor, ProductGroup, or competitor fields:

# Field Description
1 Sku Item SKU
2 AltSku Alternate SKU
3 Store Store identifier
4 Dept Department
5 Class Class
6 Description Item description
7 CurrentPrice Current retail price
8 OnHand Quantity on hand
9 OrderMultiple Order multiple
10-22 H0 - H12 Monthly sales history
23 COST Item cost

DirectConnect Variant

Instead of importing a file, DirectConnect queries your live Bistrack SQL Server database directly:

  • Reads from Product, Stock, and SupplierProduct tables
  • Only exports items flagged with udfExportToMarginMaster = 1
  • Uses cursor-based pricing calculations for accurate cost data
  • Performs batch inserts using bulk operations

How Import Works

Data menu - the import command is labelled for your POS system

File-Based Import (Standard, DIB1040, DIB6828, MAP1)

Bistrack file imports run in two phases:

  1. Preload phase — Margin Master reads all import files and loads the raw data into a preload table in one pass. This step handles all files together (cross-file batching), so multi-file imports are processed efficiently regardless of the number of stores.
  2. Build phase — The preloaded data is used to build the final per-store tables. Because the preload is already done, this step does not re-read any files.

The progress bar reflects both phases, so you see accurate progress across the full import rather than restarting at 0% per file.

DirectConnect Import

Bistrack tab

  1. Open Store Manager... - POS/vendor store matchup.

  2. Use Bistrack Direct Connect? - switch from file import to the live database.

  3. Connection String for the Bistrack SQL Server.

  4. Test Connection.

  5. Restore from Cloud...

  6. Margin Master connects to your Bistrack SQL Server using the connection string configured in Options.

  7. It queries the Product, Stock, and SupplierProduct tables, filtering for items flagged for export.

  8. Pricing is calculated using cursor-based logic within the Bistrack database.

  9. Results are bulk-inserted into the local database using Z.BulkOperations.

Field Mapping

Bistrack Field Margin Master Column Notes
Sku SKU Item SKU
AltSku AltSku Alternate SKU / UPC
Store Store Store identifier
Dept Dept Department
Class Class Class
Description Description Item description
Desc2 Desc2 Secondary description (Standard only)
Location Location Bin/location (Standard only)
CurrentPrice CurrentPrice Current retail price
OnHand OnHand Quantity on hand
PrimeVendor PrimeVendor Primary vendor (Standard only)
AVendor AVendor Alternate vendor (Standard only)
ProductGroup ProductGroup Product group (Standard only)
H0 - H12 History0 - History12 Monthly sales history
COST COST Item cost
Comp1 - Comp5 Comp1 - Comp5 Competitor prices (Standard only)
sVelocity sVelocity Sales velocity

Troubleshooting

Symptom Likely cause What to do
No Files Found when you choose Get POS Data The export is not in the Import Path (Tools > Options > Miscellaneous), or its name does not match the pattern above Check the path and the file name; Margin Master reads only the current folder, not sub-folders
The same file is imported again and again The previous import's file was not renamed After a successful import the file is renamed to NAME[ext].BAK; a file that keeps its name did not import - read the error dialog
0 records or far fewer than expected The export covers the wrong store, or the store is not matched in the Store Manager Open Store Manager and check the store's row; re-export from the point of sale
Columns land in the wrong fields The export layout changed Compare the file's header row with Field Mapping above; contact Margin Master support with the file
Import finishes but the grid does not change The rebuild was postponed (the Click to update data badge is showing) Click the badge, or Data > Rebuild Data

Every import failure shows one error dialog; the log under File > Utilities > Show Log Files has the detail to send to support.

Tips

If you are unsure which Bistrack variant to use, start with the Standard variant. Your Bistrack administrator can confirm which export format your system produces.

For DirectConnect, make sure the udfExportToMarginMaster flag is set to 1 on the items you want to analyze in Margin Master. Items without this flag are skipped.

The DIB6828 variant is a simplified format with fewer fields. Use it if your export does not include location, vendor, or competitor data.

Configure Bistrack settings in Options > Bistrack tab, including the connection string for DirectConnect mode.

Common Questions

Q: Which Bistrack variant should I use? A: Your store's Bistrack export format determines the variant. If you have a 37-column CSV with competitor prices, use Standard. If you have a 16-column file, use DIB6828. Your Bistrack administrator or Margin Master support can help identify the correct variant.

Q: What is DirectConnect and when should I use it? A: DirectConnect queries your Bistrack SQL Server in real time instead of importing a file. Use it if you want the most current data without manually exporting files. It requires network access to your Bistrack database and the UseDirectConnect toggle enabled in Options.

Q: My DirectConnect import is very slow. Is that normal? A: DirectConnect uses cursor-based pricing calculations, which can be slower for large catalogs. The bulk insert step is fast, but the pricing query depends on your Bistrack database size and server performance.

Q: File-based imports seem faster than they used to be. Why? A: A performance rewrite in mid-2026 eliminated an N² processing loop that previously processed each store against every import file independently. The new pipeline preloads all files first, then builds all stores in one pass — significantly faster for multi-store setups.

Q: What does the RetailUnits field do? A: In the Standard variant, RetailUnits (field 15) is read from the file but ignored during import. It is not mapped to any Margin Master column.

Connect with us

Margin Master by RetailerSoft, Inc. © 2026. All rights reserved.

Loading...

Reconnecting to the server...

This usually takes a few seconds.