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

Reanalyze error recovery method fails on single-token records. #4

Open
goodmami opened this issue Jul 28, 2017 · 0 comments
Open

Reanalyze error recovery method fails on single-token records. #4

goodmami opened this issue Jul 28, 2017 · 0 comments

Comments

@goodmami
Copy link
Owner

The errors='reanalyze' argument to align_fields() iteratively breaks up and aligns things by going through nested delimiters (e.g. first by space, then by r'[-=~]', then by r'.'`) but it only goes to the next level if the current level resulted in a split. This fails for single-token records, because there are no spaces to split on.

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