Error in Root Put

BOTS EDI Tips
Problem: ScriptError: Userscript "C:\Python27\lib\site-packages\bots\usersys\mappings\edifact\DESADVD96A2DELVRY03": "MappingRootError: Error in root put "{'BELNR': u'demo', 'BOTSID': u'E2EDL43000', 'QUALF': u'C', 'BOTSIDnr': u'1'}".". This writes to the root of the outgoing message, which is EDI_DC40.  Normally there would be loops, getloop() and putloop(). (more…)
Read More

Grep Examples in Unix

Grep Examples
Simple grep grep -il "ref" *201701* Where "ref" is the reference I'm looking for. The 201701 is part of the filename so it's easy to pull out messages for Jan '17 for example or, say *2017012" ... all messages in 20-29th Jan 2017. (more…)
Read More

XPATH Tutorial

XPATH
    XPath is a set of syntax rules for defining parts of an XML document. XPath is a major element in the W3C XSLT standard. Without XPath knowledge you will not be able to create XSLT documents. XPath is a set of syntax rules for defining parts of an XML document. What is XPath? (more…)
Read More