Insert
This topic lists all the menu commands available in the Insert menu.
Adds an XML schema or instance file to the mapping. If you select an XML file without a schema reference, MapForce can generate a matching XML schema. If you select an XML schema file, you are prompted to include an XML instance file which supplies the data for preview. You can also add an XML/XSD file via the toolbar command.
|
Adds a database component. You can also add a database component via the toolbar command. In MapForce Enterprise Edition, you can also add NoSQL databases as components.
|
Adds an EDI document. You can also add an EDI component via the toolbar command.
|
Adds a flat file document such as CSV or a fixed-length text file. You can also add a text file via the toolbar command. MapForce Enterprise Edition also allows you to process text files with FlexText.
|
Adds a call to a Web service. You can also add a Web service via the toolbar button.
|
Adds a Microsoft Excel 2007+ (.xlsx) file. If you do not have Excel 2007+ installed on your machine, you can still map to or from Excel 2007+ files. In this case, you cannot preview the result in the Output pane, but you can still save the result. You can also add an Excel file via the toolbar command.
|
Adds an XBRL instance or taxonomy document. You can also add an XBRL component via the toolbar command.
|
Adds a JSON schema or file. You can also add a JSON component via the toolbar command.
|
Adds a binary file encoded in Protocol Buffers format. You can also add a file in Protocol Buffers format via the toolbar command.
|
Simple-Input components can be used as input parameters that are relevant to the entire mapping or only in the context of user-defined functions. For more information, see Simple Input and Parameters in UDFs. You can also insert a Simple-Input component using the toolbar command.
|
Simple-Output components can be used as output components in mappings and as output parameters of user-defined functions. For more information, see Simple Output and Parameters in UDFs. You can also insert a Simple-Output component using the toolbar command.
|
Inserts a constant which supplies fixed data to an input connector. You can select the following types of data: String, Number and All other. You can also insert a constant using the toolbar command.
|
Inserts a variable, which is equivalent to a regular (non-inline) user-defined function. A variable is a special type of components used to store an intermediate mapping result for further processing. You can also add a variable using the toolbar command.
|
The Join component allows you to join data in SQL and non-SQL modes. You can also add a Join component using the toolbar command.
|
Inserts a component which allows you to sort nodes (see Sort Nodes/Rows). You can also add a Sort component using the toolbar command.
|
Inserts a Filter component that can filter data from any other component structure supported by MapForce, including databases. For more information, see Filters and Conditions. You can also add a filter using the toolbar command.
|
Inserts a component which allows you to filter database data conditionally. You can also access the SQL/NoSQL-WHERE/ORDER component via the toolbar command.
|
Inserts a component that transforms an input value to an output value using a lookup table. This is useful when you need to map a set of values to another set of values (e.g., month numbers to month names). For more information, see Value-Maps. You can also insert a Value-Map using the toolbar command.
|
Inserts an If-Else Condition that is suitable for scenarios where you need to process a simple value conditionally. For more information, see Filters and Conditions. You can also add an If-Else Condition using the toolbar command.
|
The exception component allows you to interrupt a mapping process when a specific condition is met. You can also add an Exception component using the toolbar command. In MapForce Enterprise Edition, this component also allows you to define Fault messages in WSDL mapping projects.
|