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

Revisit bandaid to table.py #43

Open
pfuntner opened this issue Sep 12, 2019 · 0 comments
Open

Revisit bandaid to table.py #43

pfuntner opened this issue Sep 12, 2019 · 0 comments

Comments

@pfuntner
Copy link
Owner

In 84d4fb6, I removed some code in order to process a certain type of input with separators properly. The problem seemed to be that the code was removing empty fields as each line was consumed. See the example in that commit.

I think I was trying to consume empty fields for borders when all lines have an empty leading and/or trailing empty field. This should be done in a separate pass after all the lines have been parsed into tokens.

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

No branches or pull requests

1 participant