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

[CAPT-1957] Handle currency for eligble FE CSV upload #3343

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Conversation

asmega
Copy link
Contributor

@asmega asmega commented Oct 24, 2024

Context

@asmega asmega added the deploy Deploy a review app for this PR label Oct 24, 2024
@asmega asmega marked this pull request as ready for review October 24, 2024 12:06
Copy link
Contributor

@rjlynch rjlynch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

Copy link
Contributor

@rjlynch rjlynch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@@ -70,7 +70,8 @@ def parse_csv_file(file)
errors.append("Select a file")
nil
else
CSV.read(file.to_io, headers: parse_headers, encoding: "BOM|UTF-8")
string = File.open(file.path, "r", encoding: "BOM|UTF-8").read.scrub
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@asmega asmega changed the title [LUPEYALPHA-1208] Handle currency for eligble FE CSV upload [CAPT-1957] Handle currency for eligble FE CSV upload Nov 7, 2024
@asmega asmega merged commit f12b220 into master Nov 7, 2024
14 checks passed
@asmega asmega deleted the better-csv branch November 7, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
business reviewed deploy Deploy a review app for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants