Skip to content

csv: Add support for exporting and decoding CSV slices#101

Merged
sunshineplan merged 1 commit into
mainfrom
csv
Dec 3, 2025
Merged

csv: Add support for exporting and decoding CSV slices#101
sunshineplan merged 1 commit into
mainfrom
csv

Conversation

@sunshineplan
Copy link
Copy Markdown
Owner

Enhanced CSV export and decode functions to handle slices of primitive types (e.g., []string, []int) without requiring field names. Updated writer and reader logic to properly marshal and unmarshal single-column CSV data. Added corresponding tests to verify slice handling.

Enhanced CSV export and decode functions to handle slices of primitive types (e.g., []string, []int) without requiring field names. Updated writer and reader logic to properly marshal and unmarshal single-column CSV data. Added corresponding tests to verify slice handling.
@sunshineplan sunshineplan merged commit 0aa0399 into main Dec 3, 2025
3 checks passed
@sunshineplan sunshineplan deleted the csv branch December 3, 2025 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant