Import alternatives
1. Alternative for importing data from a network share using an import connector
curl --data-binary @[FileName] -H "Content-type: text/xml;charset=utf-8" "[Import connector Url]"
curl --data-binary @C:\temp\importdata.csv -H "Content-type: text/xml;charset=utf-8" "https://customer.ultimo.net/Webservices/Connector.ashx?username=US0000003&password=xxx&action=import&importName=_CSVIMPORT"curl.exe '--data-binary', '@C:\temp\importdata.csv',
'-H', 'Content-type: text/xml;charset=utf-8',
'https://customer.ultimo.net/Webservices/Connector.ashx?username=US0000003&password=xxx&action=import&importName=_CSVIMPORT'2. Alternative for importing data/files from a network share using a scheduled workflow
Last updated