Adjust the way the fetch content method in the connection clas cache the...
Compare changes
@@ -304,6 +304,7 @@ class ViewsCsvQuery extends QueryPluginBase {
@@ -614,7 +615,7 @@ class ViewsCsvQuery extends QueryPluginBase {
Adjust the way the fetch content method in the connection clas cache the fetched csv content and adjust the way the header for the csv is being extracted for field views plugin.
Closes #3461109