Skip to content

Needed support for more than 25 columns on import#313

Open
gbozo wants to merge 4 commits intoananthakumaran:masterfrom
gbozo:master
Open

Needed support for more than 25 columns on import#313
gbozo wants to merge 4 commits intoananthakumaran:masterfrom
gbozo:master

Conversation

@gbozo
Copy link

@gbozo gbozo commented Jan 13, 2025

Tried to import a file with more than 25 columns.
Yours was hardcoded so when there were more than 25 columns your ASCII mapped it to Y,Z,[,\ which is unusable by your parser.
Changed it to support up to 255 columns for now. It maps the columns as ,Y,Z,AA,AB ...

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