You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
I've posted on stackoverlow an issue I was facing: https://stackoverflow.com/questions/65658053/goutte-form-submit-wrong-values
just to summarize, I figured out that goutte "alter" the format of multidimensional feature in a particular case. A field like this:
is converted into this:
as you can see, the brackets create a problem during post, so the website doesn't "recognize" that.
The text was updated successfully, but these errors were encountered: