Skip to content

Commit

Permalink
VIVO-4000 Removed text from csv export template
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg authored and chenejac committed Sep 27, 2024
1 parent 09a745d commit 04a0e75
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<#-- $This file is distributed under the terms of the license in LICENSE$ -->
<#assign today = .now >
<#assign todayDate = today?date>
Results from ${siteName} for ${querytext} on ${todayDate}

Name, Title, Email, URI, VIVO Profile URL
<#list individuals as individual>
"${individual.name}",<#if individual.preferredTitle?has_content>"${individual.preferredTitle}"</#if>,<#if individual.email?has_content>"${individual.email}"</#if>,"${individual.uri}","${individual.profileUrl}"
Expand Down

0 comments on commit 04a0e75

Please sign in to comment.