Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filterx: parse_csv()/format_csv() fixes and refinements #218

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

bazsi
Copy link
Member

@bazsi bazsi commented Jul 20, 2024

The delimiter is a single character and is not a null terminated string, so don't handle it as such.

…tring

The delimiter is a single character and is not a null terminated string, so
don't handle it as such.

Signed-off-by: Balazs Scheidler <[email protected]>
@MrAnno MrAnno merged commit 1799eb8 into axoflow:main Jul 20, 2024
22 checks passed
@bazsi bazsi changed the title csvparser: properly append the delimiter character to the resulting stirng in format_csv() filterx: parse_csv()/format_csv() fixes and refinements Jul 21, 2024
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.

2 participants