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

CSV import to English is not working #379

Open
loleg opened this issue Apr 4, 2023 · 1 comment
Open

CSV import to English is not working #379

loleg opened this issue Apr 4, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@loleg
Copy link

loleg commented Apr 4, 2023

When I try to import to EN or EN_US through the user interface, after selecting the file and destination locale nothing happens - but an error is visible in the console. Import to other languages works.

I've replaced my actual URL with <SERVER URL>:

{ message: "Http failure response for <SERVER URL>/api/v1/projects/168efedb-94c2-46b5-81a1-64695ce13703/imports?format=csv&locale=en: 404 Not Found" }

In the server logs it looks like this:

POST /api/v1/projects/168efedb-94c2-46b5-81a1-64695ce13703/imports?format=csv&locale=en_US HTTP/1.0 404

This is a fresh, standard deployment of the latest Docker Compose build. I initially posted the issue in #377

Sample: English.csv

Screenshot:

image

@loleg loleg added bug Something isn't working help wanted Extra attention is needed labels Apr 4, 2023
@Wobak
Copy link

Wobak commented Dec 8, 2023

I don't know if you ever figured it out, but after fighting for hours, I realized that to get it to work, I had to double quote the strings I was trying to import.
So my CSV now looks like :

stringA,"A string I am importing"
anotherterm,"This is quoted"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants