Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] CSV BOM output #98

Open
aakatz3 opened this issue Jul 17, 2020 · 1 comment
Open

[feature] CSV BOM output #98

aakatz3 opened this issue Jul 17, 2020 · 1 comment
Milestone

Comments

@aakatz3
Copy link
Contributor

aakatz3 commented Jul 17, 2020

While the TSV type output is fine, if one is directly ordering from the BOM, such as through Digikey, CSV format is preferred. A simple way to do this is to switch the custom tsv generation to the CSV library, which supports both tsv and CSV, and using additional flags to determine which formats are outputted.

Additionally (and this may be best as a separate issue), the SVG output may be able to be in-lined with the HTML so that it can be an option that can be turned on and off depending on what the user wants, just like with the different BOM formats.

@martinrieder
Copy link
Contributor

martinrieder commented Jun 14, 2024

I suggest using Tablib not only for CSV/TSV output, but to support the entire BOM handling. It can also generate the HTML table and thereby ensure consistency between the different formats.

EDIT: The function of generating BOM might depend on an additional CLI switch, as suggested in #367 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants