csv-to-sif
SolidConvert a CSV or Excel FF&E product list to SIF (Standard Interchange Format) for dealer and procurement systems.
Data & Documents 197 stars
41 forks Updated yesterday 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
- yesterday
- Language
- HTML
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Solid
sif-to-csv
Convert a SIF (Standard Interchange Format) file to a clean, readable CSV or Google Sheet.
197 Updated yesterday
AlpacaLabsLLC Data & Documents Solid
product-data-import
Generate a formatted FF&E specification schedule from raw product data — notes, CSV, or pasted lists. Outputs a structured schedule compatible with the 33-column master schema.
197 Updated yesterday
AlpacaLabsLLC Data & Documents Solid
product-data-cleanup
Clean up an FF&E schedule — normalize casing, dimensions, units, language, materials, and formatting for consistency.
197 Updated yesterday
AlpacaLabsLLC