05/06/2026
This is Part 3/4 of the demonstration on how you can create your own configuration file for the components. Today demonstration will explore:
✔️ Definition of a looping segment.
✔️ Same segment, but different handling definition using regex.
✔️ Explanation of various attributes for optional segments and fields.
p.s. There is an error in the video where I say HL segment attribute maxOccurs="-1" . That definition means infinite elements expected. The correct definition should have been maxOccurs="200000" because that is the maximum number of elements we expect to be found in this segment.
✔️ See Part 1 - How you can create your own configuration file for use with COZYROC's EDI components. Steps of preparing your environment and the definition of the initial elements of the configuration.
https://www.youtube.com/watch?v=2UaiXQIQbXE
✔️ See Part 2 of the demonstration on how you can create your own configuration file for the COZYROC EDI components. Today we will explore the definition of segments, fields, required attributes, defining the layout.
https://youtu.be/b2JFgHg9_vA
COZYROC's EDI integration components https://www.cozyroc.com/ssis/edi include:
✔️ EDI Connection Manager - Stores the settings for the particular EDI file format (i.e. configuration rules) and the EDI input/output file. https://www.cozyroc.com/ssis/edi
✔️ EDI Source component - Parses EDI files according to the rules defined in an EDI configuration file. https://www.cozyroc.com/ssis/edi
✔️EDI Destination component - Generates EDI files according to the rules defined in an EDI configuration file https://www.cozyroc.com/ssis/edi
✔️ EDI mapping setup is made in XML configuration file https://www.cozyroc.com/ssis/edi
See also
✔️ The REST integration package https://www.cozyroc.com/ssis/rest
✔️ The REST Configuration Editor allows authoring custom REST configurations. Its main functionality includes:
- Assisted editing of all major elements of a REST configuration (authentications, resources, fields, endpoints, scripts)
- Expert mode for manual editing of the XML representation of each element of a REST configuration
- Assisted editing of template expressions (allowing for a mix of JavaScript code snippets and plain text, see details)
- Quick testing of endpoints configuration (see details)
- Context-sensitive help (via "Help" button or "F1")
- Wizard-like navigation with breadcrumbs. Tip: Quick navigation to the previous page is available via "Alt + Backspace" or "Alt + LeftArrow" shortcuts (similar to web browsing)
✔️ Developing and testing with the COZYROC SSIS+ components suite is Completely free.
✔️ Download COZYROC SSIS+ suite from https://cozyroc.com/download
✔️ Support for SQL Server 2012 - 2025
COZYROC is the leading provider of technology, providing more than 270 additional components. COZYROC's components are completely free for testing and development from Visual Studio.
See also: Data Flow Task Plus https://www.cozyroc.com/ssis/data-flow-task provides the ability to acquire the metadata and map the columns at runtime, enabling the development of much more elegant solutions.