Page MenuHomePhabricator

Error exporting a compound query to csv
Closed, ResolvedPublic

Description

Exports to csv when the columns of all the compound query are not good. It works fine exporting to json, but not exporting to csv. Only the columns of the first query are included in the output.

{{#cargo_compound_query:
tables=EgyptDB;fields=label,location
|tables=EgyptLocDB;fields=label,latlng
|format=csv
}}

Example: http://beta.programaseducativosaragon.es/index.php?title=Usuario:Lmorillas/Cargo/Compound

Event Timeline

Lmorillas raised the priority of this task from to Needs Triage.
Lmorillas updated the task description. (Show Details)
Lmorillas subscribed.
Lmorillas set Security to None.

Yaron, this issue is important for exhibit format because we use the csv format behind it.

Alright, I believe this is fixed now.