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

Introduce delimiter guessing #100

Merged
merged 6 commits into from
May 13, 2022
Merged

Introduce delimiter guessing #100

merged 6 commits into from
May 13, 2022

Conversation

DivineDominion
Copy link
Contributor

In the app where I use SwiftCSV, users often try to import CSV with either tabs or semicolons as delimiters.

I figured delimiter guessing is useful for everyone, not just users of my app, so here's an attempt to add that functionality.

What do you think about these changes?

If we merge this, I'd bump the version to v0.7.0 because this is breaking backwards compatibility.

Copy link
Contributor

@orangeince orangeince left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, nice job.

@DivineDominion
Copy link
Contributor Author

@orangeince Thanks for taking a look! Could you select "approve" from the review options if you'd be fine with me merging this?

@orangeince
Copy link
Contributor

@DivineDominion Sorry, it my mistake.

@orangeince orangeince merged commit 7461683 into master May 13, 2022
@DivineDominion DivineDominion deleted the guess-delimiter branch May 17, 2022 07:53
@DivineDominion
Copy link
Contributor Author

Thanks for merging! Didn't notice the notification when you approved, sorry 😅

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.

None yet

2 participants