This issue has been created
 
 
LiveData Exporter Application / cid:jira-generated-image-avatar-49b38732-c12b-4654-a067-72bc86244321 LDEXP-9 Open

Add ability to remove HTML tags during export

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-765e3027-687d-48e5-9448-213750f30ea7 Stefan Dombek created this issue on 05/Mar/26 12:51
 
Summary: Add ability to remove HTML tags during export
Issue Type: cid:jira-generated-image-avatar-49b38732-c12b-4654-a067-72bc86244321 Improvement
Affects Versions: 1.1.3
Assignee: Unassigned
Attachments: expected_export.jpg, export_with_HTML_tags.jpg
Created: 05/Mar/26 12:51
Priority: cid:jira-generated-image-static-minor-212551e6-5b28-444f-844b-adef30f730f8 Minor
Reporter: Stefan Dombek
Description:

As a user, I want HTML tags to be automatically removed during export so that the data can be more easily reused in spreadsheet programs. Spaces before and after the text should also be removed.

Use Case

When the Live Data macro is used and it reads data from an application (App Within Minutes Application), HTML tags may be included in the export because the entire content of the specified properties is read, including HTML tags.

Screenshots

Actual beahvior

  • HTML tags will appear after export.
  • There are spaces before and after the text.

44625_export_with_HTML_tags.jpg

Expected behavior

  • HTML tags have been removed.
  • Spaces before and after the text are removed.

44624_expected_export.jpg