xls2yml

Convert Excel domain and schema definitions into Starlake YAML files.

209|30|Updated Sep 18, 2021
One-click install
npx skills add https://github.com/starlake-ai/starlake --skill xls2yml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xls2yml
Source: https://github.com/starlake-ai/starlake/tree/main/.agent/skills/xls2yml
Command: npx skills add https://github.com/starlake-ai/starlake --skill xls2yml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts Excel-based domain and schema definitions into Starlake YML definitions, eliminating manual translation and reducing errors.

Core Features & Use Cases

  • Excel to YML conversion: Transforms domain/spec Excel files into accurate Starlake YAML definitions.
  • Schema extraction support: Infers and maps domain schemas from XLS into YML constructs that Starlake can consume.
  • Use Case: Quickly bootstrap a data model by converting an existing Excel-backed schema catalog into Starlake pipelines.

Quick Start

Run starlake xls2yml --files path/to/domain.xlsx to generate the corresponding YML definitions.

Frequently Asked Questions about xls2yml

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Excel schema definitions to Starlake YAML?

To convert Excel schema definitions to Starlake YAML, run the command starlake xls2yml --files path/to/domain.xlsx to parse your XLS structures and emit valid YML definitions for your pipelines.

Why does migrating a domain catalog from XLS to YML manually cause issues?

Migrating a domain catalog from XLS to YML manually introduces translation errors and takes significant effort. The conversion process eliminates manual mapping by accurately transforming Excel schemas into Starlake YAML definitions.

Can I use an existing Excel-backed schema catalog to bootstrap a Starlake data model?

Yes, you can use an existing Excel-backed schema catalog to bootstrap a Starlake data model by extracting and mapping domain schemas from XLS files into YML constructs that Starlake can consume.

Does the Starlake schema conversion support parsing common Excel structures?

Yes, the Starlake schema conversion supports parsing common Excel structures. It maps your domain and schema definitions from standard XLS files directly into valid YAML configurations for deployment.

What is the best way to transform domain spec Excel files into Starlake YAML definitions?

The best way to transform domain spec Excel files into Starlake YAML definitions is using an automated conversion process that infers and maps domain schemas from XLS into accurate YML constructs without manual translation.