Skip to content

95.11 - Reads a csv listing scanned barcodes, compares them with the system database and outputs a formatted product list with detailed info.

Notifications You must be signed in to change notification settings

fedeboco/barcode-to-html-product-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Barcode number to HTML product from database interpreter

Reads a csv listing scanned barcodes, compares them with the system database and outputs a formatted product list with detailed info.

Example Use

Authors

  • Federico Pérez Boco
  • Patricio Richter

Project developed for "95.11 - Algoritmos y Programación I" for the Electronic Engineering Career in FIUBA.

Use

Introduce the following command in a linux command line terminal:

./inventory -<fmt> -<itemsFileName.csv (relative path)> -<catalogFileName.csv (relative path)> -<outputFileName.outputFormat>

Where:

  • <fmt> can be "xml" or "html"
  • <itemsFileName.csv> is the csv file with a list of barcode numbers
  • <outputFileName.outputFormat> is the output file in either HTML or XML format.

About

95.11 - Reads a csv listing scanned barcodes, compares them with the system database and outputs a formatted product list with detailed info.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published