Data Interchange DSL
A general introduction and some high-level concepts for OSBP DSLs can be found in OSBP DSL Documentation.
Please note that you can only make use of the Datainterchange DSL by downloading its packages from the download section of our website.
Contents
- 1 Purpose
- 2 Overview
- 3 Data Interchange Model File
- 3.1 Reserved Keywords
- 3.1.1 import
- 3.1.2 package
- 3.1.3 titel
- 3.1.4 interchange
- 3.1.5 describedBy
- 3.1.6 persist, merge, remove
- 3.1.7 file
- 3.1.8 elementSize
- 3.1.9 delimiter
- 3.1.10 skipLines
- 3.1.11 report
- 3.1.12 indent
- 3.1.13 quoteCharacter
- 3.1.14 strict
- 3.1.15 beans
- 3.1.16 entity
- 3.1.17 createOn
- 3.1.18 element
- 3.1.19 expression -> assign | copy | with...as
- 3.1.20 format
- 3.1.21 keys -> key
- 3.1.22 list
- 3.1.23 mapping -> map...to
- 3.1.24 lookup
- 3.1.25 marker
- 3.1 Reserved Keywords
- 4 Enums
- 5 Configuration Settings / Smooks Framework (A small introduction)
- 6 Annotations
- 7 Comments
- 8 Smooks (Extended)
- 9 WorkerThread (Runnable)
- 10 TriggerView & Executorservice
- 11 DSL Inferrer
- 12 DSL Scope Provider
- 13 DSL Proposal Provider
- 14 DSL Validator
- 15 Copyright Notice
Purpose
The Data Interchange DSL (datainterchange for short) is made for defining data exchange models that can be used to import data from various formats (CSV, XML, EDI, etc.), map the data to entities, store them into database, or export them back into other formats.
You only need to define the relationship between the file and the bean, not the import / export process themselves. Once defined, these models can be used in e.g. action DSL to define actions which, when triggered, execute the actual import / export process, which are generated automatically by the OSBP based on the model.
Overview
As shown in Figure 1, the DSL inferrer will generate various views and In/Export component according to model described by datainterchange DSL (and action DSL, in the case of ActionButtons). The action buttons, when clicked, will trigger their corresponding In/Export processes by putting WorkerThreadRunnable jobs into the executor job pool within the TriggerView (prefixed with datainterchang name), buttons (and toolbar / menus containing them) are further included in the perspective.
Data Interchange Model File
Datainterchange DSL model files end with the .data
extension. Data Interchange models may be split into several .data
files, as long as they have the same package declaration.
Reserved Keywords
In the following we’ll dive deeper into the description and the usage of Datainterchange related and reserved keywords.
import
In the import section are all entities to be found - as full qualified names – that are currently used in the DSL and automatically imported/added (OXImportDeclaration) by editing it.
import ns net.osbee.sample.<ApplicationName>.entities.SampleEntity1
import ns net.osbee.sample.<ApplicationName>.entities.SampleEntity2
import ns net.osbee.sample.<ApplicationName>.entities.SampleEntity3
package
Datainterchange DSL model files must start with a package declaration. Packages are the root element of the DSL grammar and must be defined as follow package <PackageName> for example
package net.osbee.sample.ApplicationName.datainterchanges { }
Data Interchange models may be split into several .data files, as long as they have the same package declaration.
package net.osbee.sample.<applicationname>.datainterchanges title "<titletext>" {
interchange <interchangename> persist file
<fileformat> "<filepath>" [<further specifications>]
beans {
<entity relationships>
}
}
titel
With the keyword title you can give a name to the corresponding TriggerView dialog inside your application. For example the definition of the same datainterchanges package from above with the title DataInterchange
package net.osbee.sample.foodmart.datainterchanges title "DataInterchange" {}
You can get more details about the TriggerView in the section below.
interchange
All interchange units have to be defined in the package followed by the Entity they are referencing/applied to.
interchange <EntityName> <EntityManagerMode> <FileFormat> {}
describedBy
With this keyword you get to set the optional description of an interchange unit as shown below.
interchange <EntityName> describedBy "This is a description of the Datainterchange DSL Unit EntityName" … {}
persist, merge, remove
With those keywords defined inside the Enum Entity Manager Mode, you set how the data have to be process by inserting then into a database.
interchange <EntityName> <EntityManagerMode> … {}
interchange SampleEntity1 merge … {}
interchange SampleEntity2 persist … {}
interchange SampleEntity3 remove … {}
file
With the keyword file you are able to set the file format of the files you intent to process with you interchange unit.
interchange <EntityName> <EntityManagerMode> file <FileNameFormat> {}
The current supported file formats are CSV, EDI and XML followed by the name of the file you want to process, given its full path location in the system.
interchange SampleEntity1 merge file CSV "C:/temp/testFile.csv” {}
interchange SampleEntity2 persist file XML "C:/temp/testFile.xml” {}
interchange SampleEntity3 merge file EDI "C:/temp/testFile.edi” {}
After choosing the file format you can either give the file name as a String value in a double quote "..." as shown here above, or hold Ctrl+Space to get the option of opening a File Chooser/Picker to specify the file you want to work with.
elementSize
With the keyword elementSize followed by a number between 0 and 100 ? you set the average size of the file (or set of data). Example: interchange SampleEntity1 merge elementSize 50 file CSV "C:/temp/testFile.csv” {}
delimiter
With the keyword delimiter you set the delimiter/separation character of the file. Example: interchange SampleEntity1 merge elementSize 50 file CSV "C:/temp/testFile.csv” delimiter ";" {}
skipLines
With the keyword skipLines followed by a number you specify the number of line to be skipped or not to be considered in the processing of the selected file. Example: interchange SampleEntity1 merge elementSize 50 file CSV "C:/temp/testFile.csv” delimiter ";" skipLines 1 {}
report
indent
quoteCharacter
strict
beans
entity
createOn
element
expression -> assign | copy | with...as
format
keys -> key
list
mapping -> map...to
lookup
marker
Enums
PredefinedBeanEnum
PredefinedBeanTypeEnum
ProgessBarStyleEnum
EntityManagerMode
Configuration Settings / Smooks Framework (A small introduction)
Annotations
Comments
Smooks (Extended)
just links???
WorkerThread (Runnable)
TriggerView & Executorservice
DSL Inferrer
DSL Scope Provider
DSL Proposal Provider
DSL Validator
Copyright Notice
All rights are reserved by Compex Systemhaus GmbH. In particular, duplications, translations, microfilming, saving and processing in electronic systems are protected by copyright. Use of this manual is only authorized with the permission of Compex Systemhaus GmbH. Infringements of the law shall be punished in accordance with civil and penal laws. We have taken utmost care in putting together texts and images. Nevertheless, the possibility of errors cannot be completely ruled out. The Figures and information in this manual are only given as approximations unless expressly indicated as binding. Amendments to the manual due to amendments to the standard software remain reserved. Please note that the latest amendments to the manual can be accessed through our helpdesk at any time. The contractually agreed regulations of the licensing and maintenance of the standard software shall apply with regard to liability for any errors in the documentation. Guarantees, particularly guarantees of quality or durability can only be assumed for the manual insofar as its quality or durability are expressly stipulated as guaranteed. If you would like to make a suggestion, the Compex Team would be very pleased to hear from you.
(c) 2016-2024 Compex Systemhaus GmbH