Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

CSV parsing#12

Open
jasenj1 wants to merge 10 commits into
masterfrom
CSVParsing
Open

CSV parsing#12
jasenj1 wants to merge 10 commits into
masterfrom
CSVParsing

Conversation

@jasenj1
Copy link
Copy Markdown
Member

@jasenj1 jasenj1 commented Feb 7, 2021

Adds a class to follow CSV paths defined in a single file.

Copy link
Copy Markdown
Contributor

@notmattlythgoe notmattlythgoe left a comment

Choose a reason for hiding this comment

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

It would be better to just write a parser that extends Path, that way you don't have to have duplicate code written that does the following itself. With a class extending Path that reads in the file and converts it to a 2d array it basically treats it like it was exported as a java class.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants