Hi everyone, I'v read a lot on the community and saw some tips & tricks. Unfortunately without any result.
I've exported an article into JSON to CSV and tried to import the "xml" into the tag body. Without success.
This was my initial code (in postman), it didn't worked error 422.
{
"translation": {
"locale": "{{locale}}",
"title": "{{title}}",
"body": "{{description}}"
}
}
So I removed the "Body" & tried again, the article was created.
I knew that the issue is linked to what was available into the CSV.
So I tried to hardcode it (after deleting the language into the guide ofcou