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

CSV parsing #12

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

CSV parsing #12

wants to merge 10 commits into from

Conversation

jasenj1
Copy link
Member

@jasenj1 jasenj1 commented Feb 7, 2021

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

Copy link
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