Files
datatools-dev/test-cases/ec02_delimiter_semicolon.csv
Michael b871ab24fc feat: add documentation, Streamlit GUI, and full source tree
- Rewrite README.md with project overview, quick-start, and CLI summary
- Add docs/CLI-REFERENCE.md with full flag reference and 8 recipe sections
- Add docs/DEVELOPER.md with architecture, data flow, and extension guides
- Rewrite src/core/__init__.py with public API exports and module docstring
- Add Streamlit GUI (src/gui/) with file upload, advanced options, interactive
  match group review with side-by-side diff, and download buttons
- Add .gitignore, requirements.txt, all source code, tests, and sample data
- Add streamlit to requirements.txt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-28 23:06:39 +00:00

7 lines
216 B
CSV

id;name;email;amount
1;Test User;test1@example.com;1.234,56
2;Test User;TEST1@example.com;1.234,56
3;Other User;test2@example.com;987,00
4;Other User;test2@example.com;987,00
5;Unique;unique@example.com;500,00