Export alternatives
1. Alternative for exporting data to a network share using an export connector
Export data periodically
curl -o [OutputDirectory\FileName] -H "Content-type: text/xml;charset=utf-8" "[Export connector Url]"
curl -o C:\temp\outputdata.csv -H "Content-type: text/xml;charset=utf-8" "https://customer.ultimo.net/Webservices/Connector.ashx?username=US0000003&password=xxx&action=export&exportName=_CSVEXPORT"curl.exe '-o', 'C:\temp\outputdata.csv',
'-H', 'Content-type: text/xml;charset=utf-8',
'https://customer.ultimo.net/Webservices/Connector.ashx?username=US0000003&password=xxx&action=export&exportName=_CSVEXPORT'Export after a specific action in Ultimo
2. Alternative for exporting data/files to a network share using a scheduled workflow
Last updated