Skip to content

Comments

fix(csvToJson): address CSV complexities#205

Merged
IvanMathy merged 3 commits intoIvanMathy:mainfrom
Flare576:patch-1
Mar 27, 2021
Merged

fix(csvToJson): address CSV complexities#205
IvanMathy merged 3 commits intoIvanMathy:mainfrom
Flare576:patch-1

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
@sonarqubecloud
Copy link

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.

3 participants