I have a file view that has "projectId" and "parentId" which displays the name in web client but when you download the CSV it's just the IDs. How do I also add the names to the CSV?

Created by gates-ki-service
I see: The web portal shows the name of the project and the name of the parent folder for each file in the view, even though the file view only has the IDs of these 'containers' (as evidenced by the download result). I will check whether there is an easy solution. If not it might be accomplished using a "materialized view" (MV). I.e., you would make another view in which each row is a parent folder and the columns are the IDs and names of each folder. You would then create an MV which **joins** the two views on the container ID and displays the container's name (along with the other information from the original view).
https://www.synapse.org/#!Synapse:syn21637128/tables
Can you please link to the file view so we can reproduce the issue?

Add project name and parent name to File View Exported CSV page is loading…