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

fix(csvToJson): address CSV complexities #205

Merged
merged 3 commits into from Mar 27, 2021
Merged

Conversation

Flare576
Copy link
Contributor

@Flare576 Flare576 commented Oct 29, 2020

Original implementation couldn't handle many common "Gotchas" in CSV, including quoted commas

#127

Note: I've added a new lib file for Papa Parse based on the fact that, to support CSV files with and without headers, two scripts were required. However, I don't have Xcode development setup locally, so I can't verify everything is imported and @boop exported correctly. Based on my look through Boop/System/Models/Script+Require.swift it should be OK, though!

Edit: I found the scripts folder in /Applications/Boop.app and dropped my changes in there: everything works great!

Flare576 and others added 3 commits October 29, 2020 09:40
@sonarcloud
Copy link

sonarcloud bot commented Oct 29, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@IvanMathy
Copy link
Owner

Great call, thanks for the help!

@IvanMathy IvanMathy merged commit 772f274 into IvanMathy:main Mar 27, 2021
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.

None yet

3 participants