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
Bit of a different issue here since I already know the cause.
Had a client provide a CSV file that resulted in a 502 when first setting up the feed. We could provide the Name, Feed URL, Type, etc, but a 502 resulted when hitting Save & Continue and it first tried parsing the file for headers. In our case, there were a couple instances of multiple columns in the header row with the exact same name: Address and Address instead of Address and Address 2.
Not sure if it's possible to resolve in Feed Me or if this is more an issue for league/csv, but maybe some errors could be thrown in
Bit of a different issue here since I already know the cause.
Had a client provide a CSV file that resulted in a 502 when first setting up the feed. We could provide the Name, Feed URL, Type, etc, but a 502 resulted when hitting Save & Continue and it first tried parsing the file for headers. In our case, there were a couple instances of multiple columns in the header row with the exact same name: Address and Address instead of Address and Address 2.
Not sure if it's possible to resolve in Feed Me or if this is more an issue for league/csv, but maybe some errors could be thrown in
feed-me/src/datatypes/Csv.php
Lines 127 to 161 in 1d774e0
Additional info
The text was updated successfully, but these errors were encountered: