Numbering in the figure | Name | Description | Remarks |
---|---|---|---|
(1) | Menu | Various menus for operating HTML Builder are displayed. | |
(2) | Input source | Schema of input data, script variable, component variable are shown. |
|
(3) | Template area | Describe Velocity template. Tags and comments are displayed with color. |
Item name | Description | Remarks |
---|---|---|
Exit | Exit from HTML Builder and returns to property settings dialog. |
Item name | Description | Remarks |
---|---|---|
Undo | Cancel the last editing action and revert to the previous status. | |
Redo | Re-execute the operation that was canceled with "Undo". | |
Cut | Cut the selected text. | |
Copy | Copy the selected text. | |
Paste | Paste the copied text. | |
Delete | Delete the selected text. | |
Select All | Select all text. |
Item name | Description | Remarks |
---|---|---|
Insert HTML template | Insert the text that will be a template for HTML4. | |
Insert HTML5 template | Insert the text that will be a template for HTML5. | |
Add input data | Add the input data. | |
Insert script variable | Insert the script variable. | |
Insert component variable | Insert the component variable. | |
Insert loop | Insert the loop. | |
Insert conditional branch | Insert the conditional branch. |
Item name | Description | Remarks |
---|---|---|
Zoom In | Magnify the display size of template area. | |
Zoom Out | Reduce the display size of template area. | |
Reset | Reset the display magnification of the template area to its original size. |
Item name | Description | Remarks |
---|---|---|
Load HTML file | Display the dialog for reading the HTML file available in DataSpider file system. |
Notation | Description |
---|---|
$component.<Processing component name> | Returns the object corresponding to the result data of processing component in <Processing component name>. |
Method Name | Arguments | Return type | Description |
---|---|---|---|
rows | None | Collection | Collection for object to access to each row. |
Method Name | Arguments | Return type | Description |
---|---|---|---|
getColumnValue | int | Column | Get the column object with the specified index. |
getColumnCount | None | int | Returns the number of columns in the row. |
getColumnData | None | Column[] | Returns an array of column objects included in row object. |
Method Name | Arguments | Return type | Description |
---|---|---|---|
getData | None | Object | Return column input value unchanged. |
getStringValue | None | String | Value as String type |
getIntegerValue | None | Integer | Value as Integer type |
getLongValue | None | Long | Value as Long type |
getShortValue | None | Short | Value as Short type |
getFloatValue | None | Float | Value as Float type |
getDoubleValue | None | Double | Value as Double type |
getBigDecimalValue | None | BigDecimal | Value as BigDecimal type |
getBooleanValue | None | Boolean | Value as Boolean type |
Type | Notation | Description |
---|---|---|
Script variable | $script.<Script variable name> | Returns the string representation of the value dereferenced by the <Script variable name>. |
$start.<XML script input variable name> | Return XML data of the script variable shown as <XML script input variable name>.
![]() |
|
$component.<XML script input variable name> | ||
Component variable | $property.<Processing component name>.<Component variable name> | Return string representation of component number indicated by <Processing component name> and <Component variable name>. |
Characters | Description |
---|---|
space | |
! | Exclamation mark |
? | Question mark |
\ | Backslash |
$ | Dollar sign |
@ | at symbol |
% | percent symbol |
& | ampersand |
# | hash mark |
* | asterisk |
^ | hut |
~ | tilde |
, | comma |
. | period |
+ | plus sign |
/ | forward slash |
| | vertical bar |
: | colon |
; | semi colon |
< | less than sign |
= | equal sing |
> | greater than sing |
- | hyphen |
' | single quote |
" | double quote |
` | back quote |
( | parentheses(left) |
) | parentheses(right) |
{ | braces(left) |
} | braces(right) |
[ | bracket(left) |
] | bracket(right) |
「 | double-byte parenthesis(left) |
」 | double-byte parenthesis(right) |
・ | double-byte bullet point |