-
Notifications
You must be signed in to change notification settings - Fork 81
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
The CSV upload does not support semicolon as separator #631
Comments
@Tarek-Bohdima this is expected behavior, when you upload payment, you must populate it correctly, please check the test case document for details |
I uploaded the same CSV i downloaded after i filled the fields required and i got this error: |
Hi, @tarek how did you process the cvs file? it's intresting, the format of the CVS from you is completely changed, this is mine: "earnings_id","worker_id","phone","currency","amount","captures_count","payment_confirmation_id","payment_method","paid_at" and this is yours: earnings_id;worker_id;phone;currency;amount;captures_count;payment_confirmation_id;payment_method;paid_at The CVS file's column should be separated by a comma, not semicolon, but your test is definitely meaningful, it's possible for our users doing the same thing, can you tell me what's your steps to deal with the file? |
Hi @dadiorchen
|
@Tarek-Bohdima I did as you said, but got result like this:
Do you know what cause the semicolon to be chosen as seperator? It's unusual for CSV (comma-seperated file) |
@dadiorchen I repeated the steps; to check the colons: |
I think this is definitely possible for our end-user that they run into this trouble too, so I will leave it a valid issue and try to solve it later. |
@dadiorchen I just joined the team and looking for "good first issue" tags for admin api. However, reading through this thread, I don't see this as being a bug. Are we saying we are going to accept commas and semicolon as delimiter? |
Payments Batch Upload Failed!
"payment_confirmation_id" is not allowed to be empty;"payment_method" is not allowed to be empty;"paid_at" must be in ISO 8601 date format
The text was updated successfully, but these errors were encountered: