-
Notifications
You must be signed in to change notification settings - Fork 9
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
DATAUP-727: Fix an import spec parse bug re trailing separators #168
Conversation
If an xSV file is opened and saved by Excel, it'll add trailing separators to the end of the first header line. This fix ignores those separators.
I don't know what the heck is going on with the tests, they pass locally and the test that is failing is saying an ascii file that the tests write isn't a text file. I'm using the same function to write other files so this is odd. |
This pull request introduces 1 alert when merging 527cb8a into f0777a4 - view on LGTM.com new alerts:
|
I get a failure locally
|
Not quite sure why tests were passing everywhere up till now, or why tests pass locally - maybe a `magic` update
@bio-boris ok, looks fixed |
... maybe? Tests still don't pass on Boris's machine, this might fix it
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
LGTM |
If an xSV file is opened and saved by Excel, it'll add trailing separators to
the end of the first header line. This fix ignores those separators.