Closed (fixed)
Project:
CSV Serialization
Version:
8.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Mar 2018 at 17:07 UTC
Updated:
12 Nov 2018 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
juliakoelsch commentedWe have a view set up to export a csv using this module, and it was working correctly prior to Wednesday when we upgraded to 8.5.1. Now we are now experiencing the same error.
Comment #3
devoleksiy commentedI also have such a mistake. drupal 8.5.1
module fb_instant_articles does not work
Comment #4
kducharm commentedThis is appearing due to changes in 8.5.1 - see https://www.drupal.org/project/views_data_export/issues/2957085
Comment #5
sassafrass commentedI am also experiencing this issue after an update to Drupal 8.5.1
Comment #6
rubix05 commentedI also am experiencing this issue. I was able to get around it by adding
?_format=csvto the end of the url path.Comment #7
heddnLowering priority. Seems that by adding _format=csv, the error goes away. The next actionable way to actually close this would be to add something to the readme about doing that. Adding a line or two to the readme seems easy enough, so tagging novice.
Comment #8
govind.maloo commentedComment #9
heddnI think
?_format=csvis more correct.Comment #10
hardikpandya commentedComment #11
hardikpandya commentedAdding the interdiff file.
Comment #12
heddnThat isn't an interdiff, it's a patch. But with a txt extension. Can you provide in the right format so the test bot will pick it up, please :)
Comment #13
hardikpandya commentedYes, here it is!
Comment #14
heddnNit: 80 characters :)
Nit: It would sound like smoother English with some more glue words in there. Maybe something like: "Visit the path that you set for the view and add this additional query string: "?_format=csv"."
Comment #15
hardikpandya commentedComment #16
heddnGood docs improvements. Looks good now.
Comment #18
heddn