TableTool icon indicating copy to clipboard operation
TableTool copied to clipboard

Fixing issue #45 :

Open redcapua opened this issue 6 years ago • 1 comments

Fixing issue #45 : Allow export/convert without header row Some minor fix.

redcapua avatar Dec 06 '18 18:12 redcapua

Thanks for the Pull request!

The export button should not change self.csvConfig.

But I think there is a bug in -dataWithCSVConfig:. It checks self.csvConfig, instead of using the passed parameter config when checking whether to write the headers. Then it should work.

PS: You've committed a lot of whitespace changes. In the future, please try to clean up your commits before submitting pull requests. (You can rewrite git commits from the command line, or you can use GitUp, it is a great GUI for cleaning up commits)

jakob avatar Dec 17 '18 14:12 jakob