feat: add catalog CSV parser with per-row validation

This commit is contained in:
Carlos Narro
2026-05-30 12:24:47 +02:00
parent 896c7ac89b
commit 58d3f62a76
3 changed files with 122 additions and 1 deletions

View File

@@ -3,4 +3,4 @@ export { PARTIDA_LABEL, PARTIDA_ORDER } from './labels';
export { deriveCantidades } from './derive';
export { resolvePrecioUnitario } from './resolve';
export { computeBudget } from './compute';
// export { parseCatalogCsv } from './csv'; // added in Task 6
export { parseCatalogCsv } from './csv';