Thanks for this awesome module.
This new drush wfx is awesome, however, the skip-header doesn't seem to be working.
I couldn't find an example online or in the webform.drush.inc, it just says 'Skip output of header rows (defaults to printing header)'
I have tried setting it the following ways to no avail
drush wfx nid --skip-header=1
drush wfx nid --skip-header=0
drush wfx nid --skip-header
drush wfx nid --skip-header=skip-header
But the generated export file keeps printing the headers.
Is this a bug or is it just lacking an example of how it should be set?
Comments
Comment #1
danchadwick commentedI don't see the option used in the code, so you can call it a documentation bug (help should be removed) or functional bug (option should be implemented).
Patches welcome.
Comment #3
danchadwick commentedThe skip-header option was removed from the drush help text.
A new column heading format option of "none" with a value of -1 was added to the UI and to drush. Use header-keys=-1 for no header.
Committed to 7.x-4.x and 8.x.
Comment #5
danchadwick commentedSmall bug which causes Excel to reject the file, although OpenOffice Calc can open it. When the header was skipped, rows were also skipped in the output file. Fixed.
Committed to 7.x-4.x and 8.x.
Comment #6
jcuna commentedDanChadwick, I forgot to thank you for your efforts. Greatly appreciated.