Skip to content

LightSourceAI/ext-bom-fold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[External] BOM Folding Tool

This repository contains a libary + tool for converting BOM flat files into a format compatible with LightSource's ItemSync.

Setup

There are three ways to get the tool:

  1. From source with the rust toolchain
  2. With docker using the included Dockerfile
  3. Prebuilt executible included in the repo

Running the tool

Running the cli with the --help flag will display all of the available options and their format.

Input Description
--input Path to input CSV file. The CSV file must contain a the keys "Part Number", "Part Name", "Quantity" and "level" (capitalization is necessary).
--output (Optional) Output directory to write the two generated CSV files (BOMs and BOM Entries). If not set, then the tree-like BOM structure will be printend in debug format to stdout.

NOTE: Future iterations of the tool will have greater flexibility on the names of the input headers.

About

[External] Mirror of the BOM folding tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published