The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
download csv file from Export manager using curl/wget - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: download csv file from Export manager using curl/wget (/showthread.php?tid=18447) |
download csv file from Export manager using curl/wget - stibo_midr - Dec 13th, 2016 Hi, I would like to automate exporting all data from one of my forms and tried to call the export manager using curl/wget to get the csv file with all entries from the form, but so far I always get the result "Sorry, the export script didn't receive all the required fields and cannot proceed." My wget call: wget --load-cookies cookies.txt "http://carrock.stibo.corp/formtools/modules/export_manager/export.php?form_id=1&export_group_id=4&export_group_4_results=all" is there anything I am missing or is there another way to call the export manager directly? best regards Mirco |