Skip to content

Conversation

Dip707
Copy link

@Dip707 Dip707 commented Nov 15, 2023

This pull request adds support for custom separators in CSV files. Previously, only commas and tabs were supported. Now, any character can be used as a separator. This is achieved by adding a new method parseCSV(String line, char delimiter) that takes a delimiter as a parameter. The existing parseCSV(String line) method now calls this new method with a default delimiter of ,.

No files were deleted or modified, only new code was added.

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