Hallo guys, I have a webform where submission time is important to be exported in seconds, can someone help me how to export TSV with seconds?

Thank you, keep the great work!

Comments

quicksketch’s picture

Status: Active » Closed (duplicate)

Unfortunately this isn't easily possible in the 3.x version of Webform. We're looking at adding hooks that let you adjust the CSV export data in #1830370: Hook to add additional submission information in downloads. Or running the CSV through theme functions with #298784: Run CSV downloads through theme functions would also probably help. What I would suggest in your situation is that you make a hidden component and populate it's value either in the theme layer, JavaScript, or through hook_form_alter().

Because we already have multiple issues that may help, I'm marking this issue duplicate. I think #1830370: Hook to add additional submission information in downloads is our best candidate for solving this problem.