Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Couple of Requests #1

Open
kieranheadley opened this issue Oct 22, 2017 · 2 comments
Open

Couple of Requests #1

kieranheadley opened this issue Oct 22, 2017 · 2 comments

Comments

@kieranheadley
Copy link

Just started using and noticed it was new, have a couple of feature requests;

  • Is there any way to ensure that all data exported is stripped of HTML tags and just content is exported? href links and styles are being pulled out the table into the CSV and it would be good to stop it.

  • Can you add a setting to have the first row as the table headings in the table, currently only the table rows are pulled out not the headings.

Great work as always

Mobius1 pushed a commit that referenced this issue Oct 23, 2017
@Mobius1
Copy link
Owner

Mobius1 commented Oct 23, 2017

The escapeHTML (boolean) option is now implemented to allow stripping of HTML tags from the exported string.
The includeHeadings (boolean) option is now implemented to set the first line of a CSV string as the table headings.

@kieranheadley
Copy link
Author

Thank you so much, worked perfectly

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants