Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When export data as CSV, the file doesn't have a file format #217

Open
brunogarcia opened this issue May 28, 2020 · 1 comment
Open

When export data as CSV, the file doesn't have a file format #217

brunogarcia opened this issue May 28, 2020 · 1 comment

Comments

@brunogarcia
Copy link

When export data as CSV, the file doesn't have a file format.

I think could be resolved it adding the fileFormat variable in this line:

if (format === 'csv') {
content = generateCsvContent(data);
}

@maciejrybaniec
Copy link
Contributor

Hi @brunogarcia
Thank You for reporting the issue. I created a ticket in our backlog - and let You know as soon as the issue will be resolved.

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

No branches or pull requests

2 participants