Data Source Area

The Data Source area displays the contents of the file being processed. There is a separate tab for each file, which allows you to open multiple files at once.

You must select text from the file and select a parameter to define a read or write action. The action is executed as soon as it is created: the value of the parameter is updated with the text read, or the file is updated with the parameter value written, allowing you to see how the file and parameters will look when the Data Exchanger component is executed.

The text is highlighted in different colors to indicate how the Data Exchanger processes the text:

GreenData being read into a parameter.
PinkData being written from a parameter
OrangeString found using the Marker command.
WhiteCurrent section (initially the whole file).
YellowSub-sections of the current section. If you format part of a file as a table and click outside the table, the table will be yellow and the rest of the file will be white.
GrayArea outside of the currently selected section. If you format part of a text file as a table and select the table, the table will be white and everything outside the table will be gray.

Clicking a gray or yellow section navigates through the sections. Clicking in a green or pink highlighted area selects the read or write action and the parameter. Right-clicking in the data area displays a menu of available actions. Depending on the area where you click, the following options may be available:

Load Sample FileLoads a new data file to test how the parsing instructions will act on it.
Edit Section DetailsChanges the details of how the section (or whole file) is parsed. Typically, this option is used to change the delimiters that separate words.
Edit Selected StatementEdits the currently selected statement (action). This is usually a read or write action. If no read/write action is selected, it is the section.
Edit FormatFor Write actions, opens a dialog box where you can set a format to control how a number is printed.
FindFor the General Text format, opens a find dialog box to search for text.
MarkerFor the General Text format, opens a find dialog box to search for a string and remembers where it was found. This marker can be used as an anchor for subsequent read/write actions.
Insert ReadCreates a read action. This action works in the same manner as the Read button in the Parameter Read/Write area. If a write action is currently selected, this action converts the write action to a read action.
Insert WriteCreates a write action. This action works in the same manner as the Write button in the Parameter Read/Write area. If a read action is currently selected, this action converts the read action to a write action.
New SectionCreates a new section from the currently selected text.
Remove read/write instructionRemoves the selected read or write instruction. This is the same as the button located in the Parameter Read/Write area.
Delete SectionDeletes the currently selected section, or the whole file if the current selection is the whole file.
Close Data SourceRemoves the whole file, regardless of the section currently selected.