Allow custom column separator for CSV parsing in uploads controller #1470
Reference in New Issue
Block a user
Delete Branch "fix-csv-import"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix for this issue: https://github.com/maybe-finance/maybe/issues/1462
csv_valid?wasn't using the submittedcol_separgument, so semicolon separated CSVs were failing to be validated.@acflint disregard my comment on the other PR that was closed. This looks good!
@zachgoll I can fix the failing specs, if you'd like. Let me know.
@acflint yep, that would be great. Looks like we just need to pass
col_sepas params for each of those failing tests@zachgoll done 👍🏻
I know it's small, but after almost 10 years of being a dev, this is the first OSS contribution I've had merged. So that's pretty cool :) Thanks @zachgoll!