This issue has been created
 
 
LiveData Exporter Application / cid:jira-generated-image-avatar-7c3a9fa3-8a8c-4fb3-9d7d-1638561839e7 LDEXP-7 Open

The doc.url property is exported with relative URLs rather than absolute URLs

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-916f8851-af7e-463a-abf5-e94fcac01d5f slauriere created this issue on 06/Jan/25 11:24
 
Summary: The doc.url property is exported with relative URLs rather than absolute URLs
Issue Type: cid:jira-generated-image-avatar-7c3a9fa3-8a8c-4fb3-9d7d-1638561839e7 Bug
Affects Versions: 1.1.3
Assignee: Unassigned
Created: 06/Jan/25 11:24
Priority: cid:jira-generated-image-static-major-b977c9a7-2026-4946-81a1-ca325025e7d2 Major
Reporter: slauriere
Description:

Steps to reproduce

  • Create a Live Data listing the entries of the Movies application that is installed by default:
{{liveData
  id="pages"
  properties="doc.title,doc.fullName,doc.url"
  source="liveTable"
  sourceParameters="className=Help.Applications.Movies.Code.MoviesClass"
/}}
  • Install the Live Data Exporter extension
  • Export the Live Data entries using the exporter

Results

The exported CSV contains relative URLs (as shown below) while the Live Data itself displays the absolute URLs as expected.

Exported CSV content:

Meet John Doe,Help.Applications.Movies.Meet John Doe,/xwiki/bin/view/Help/Applications/Movies/Meet%20John%20Doe
Modern Times,Help.Applications.Movies.Modern Times,/xwiki/bin/view/Help/Applications/Movies/Modern%20Times