Setting a Sequence Number in Text to XML
Sometimes there is a need to have a running count of something, usually detail lines, when creating the XML. It’s not good enough to know you have 3 detail lines, you want the detail lines to be ...
Sometimes there is a need to have a running count of something, usually detail lines, when creating the XML. It’s not good enough to know you have 3 detail lines, you want the detail lines to be ...
A regular expression, commonly known as Regex, is a special sequence of characters that searches for and finds specific text. The eFORMz Text-to-XML pre-processor processes regular expressions ...
State Engine States read source data line-by-line and can be indefinitely nested. Each Line is checked by the State Engine. For the Current State, each Nested State is checked to see if it’s ...
Issues arise with States when nesting is involved, which is typically necessary with Line Code elements. 1. Right click any State and select Insert State. In the State Editor, choose Line_30 from ...
1. Highlight any Line, right click and select Insert Line. 2. In the Line Editor, begin by setting the Name field (i.e. Blank). In the Code field, enter the value of ^\s*$ and check the Use Regex ...
When using Lines and Parameters to find and describe data, difficulties may arise. Some common problems users face are how to deal with comments, detail lines and blank spaces. Detail Lines 1. To ...
From the eFORMz Mini-Manual: Text to XML Converter: QAD. When using Lines and Parameters to find and describe data, difficulties may arise. Some common problems users face are how to deal with ...
The process of converting data to XML will first require the creation of Lines and Parameters. 1. To create a line, place the cursor at the Line that data will be found on in the Data Viewer. 2. ...
While Lines find the data, and Parameters describe it, States put the Lines and Parameters to work. To finish the XML conversion process, the Lines and Parameters that have been created must be ...
Having been introduced to the Text to XML Editor, the process of converting data to XML will necessitate the creation of Lines and Parameters. 1. To create a line, place the cursor at the Line ...