Skip to content

Commit

Permalink
Remove lvl 5 headers from EDI tool note
Browse files Browse the repository at this point in the history
  • Loading branch information
RDPerera committed Apr 29, 2024
1 parent e2d3dbe commit e1e1d19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,15 +615,15 @@ $= future<int> result = start name();

#### EDI tool

- ##### Added support for EDIFACT to Ballerina schema conversion.
- Added support for EDIFACT to Ballerina schema conversion.

Users can now directly convert the EDIFACT schema to the Ballerina schema by specifying the EDIFACT version, message type, and output directory using the new tooling support.

For example,

`bal edi convertEdifactSchema -v <EDIFACT version> -t <EDIFACT message type> -o <output folder>`

- ##### Introduced support for field length constraints (min/max).
- Introduced support for field length constraints (min/max).

This update introduces minimum and maximum length constraints for EDI data fields, enhancing validation capabilities and ensuring data compliance.

Expand Down

0 comments on commit e1e1d19

Please sign in to comment.