csv-to-sif
SolidConvert a CSV or Excel FF&E product list to SIF (Standard Interchange Format) for dealer and procurement systems.
Data & Documents 207 stars
41 forks Updated 5 days ago MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /csv-to-sif — CSV to SIF Converter
Converts a CSV, Excel, or Google Sheets product list into a SIF (Standard Interchange Format) file for import into dealer and procurement systems like Hedberg, CAP, CET, Cyncly Worksheet, ProjectMatrix, Studio Webware, and Design Manager.
## When to Use
- Sending a specification to a dealer for quoting
- Importing product data into a dealer management system
- Sharing a standardized product list with procurement
- Converting an FF&E schedule into a format dealers expect
## SIF Format Reference
SIF is a text-based key-value format. Each line is `CODE=VALUE`, terminated by CRLF. Products are separated by records starting with `PN=`.
### Core fields
| Code | Name | Required | Description |
|------|------|----------|-------------|
| `SF` | Specification File | No | Project reference (header, once per file) |
| `ST` | Specification Title | No | Display title (header, once per file) |
| `PN` | Product Number | **Yes** | SKU or model number. Marks the start of a new record. |
| `PD` | Product Description | **Yes** | Product name and description |
| `MC` | Manufacturer Code | **Yes** | 3-5 character code (HMI, KNL, STC) |
| `MN` | Manufacturer Name | No | Full manufacturer name |
| `QT` | Quantity | **Yes** | Integer quantity |
| `NT` | Quantity (alt) | No | Some systems use NT instead of QT |
| `GC` | Category / Group Code | No | Product category |
| `G0` | Vendor / Group ID | No | Vendor or dealer identifier |
### Pricing fields
| Code ...
Details
- Author
- AlpacaLabsLLC
- Repository
- AlpacaLabsLLC/skills-for-architects
- Created
- 3 months ago
- Last Updated
- 5 days ago
- Language
- HTML
- License
- MIT
Related Skills
Data & Documents Featured
burpsuite-project-parser
Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.
40,863 Updated today
sickn33 Data & Documents Featured
data-storytelling
Transform raw data into compelling narratives that drive decisions and inspire action.
40,863 Updated today
sickn33 Data & Documents Featured
documentation
Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing.
40,863 Updated today
sickn33