# Ledger Import Fixture Replay

> Use when replaying Ledger import CSV fixtures to check externalId output.

- Skill: `z3z1ma/ledger-import-fixture-replay-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add z3z1ma/ledger-import-fixture-replay-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/z3z1ma/ledger-import-fixture-replay-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: z3z1ma (https://skillmd.com/u/z3z1ma)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/z3z1ma/ledger-import-fixture-replay-3

---


# Ledger Import Fixture Replay

## Objective

Replay Ledger import examples using inline CSV strings and check external
ledger identifiers.

## Prerequisites

- Inline CSV content may be built inside the test.
- The current system date may be used for posting-date expectations.
- Imported row identifiers are `externalId`.

## Procedure

1. Build an inline Ledger import CSV string.
2. Run the Ledger import preview path against the inline fixture.
3. Check that each preview row exposes an `externalId`.

## Validation

- Preview output exposes `externalId`.
- Preview output includes an amount.

