Skip to content

Commit

Permalink
Merge pull request #4438 from chathurace/master
Browse files Browse the repository at this point in the history
Add BBEs for the EDI module - master branch
  • Loading branch information
praneesha authored Jun 19, 2023
2 parents bd1c3cd + fb8bfda commit d3a2ba5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/edi-to-record/edi_to_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Create a new folder named `resources` in the root of the project and copy the sc

::: out package_structure.out :::

Get the EDI tool from the Ballerina central using the below command:

::: out tool_pull_command.out :::

Run the below command from the project root directory to generate the Ballerina parser for the above schema.

::: out codegen_command.out :::
Expand Down
1 change: 1 addition & 0 deletions examples/edi-to-record/tool_pull_command.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$ bal tool pull edi
4 changes: 4 additions & 0 deletions examples/record-to-edi/record_to_edi.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Create a new folder named `resources` in the root of the project and copy the sc

::: out package_structure.out :::

Get the EDI tool from the Ballerina central using the below command:

::: out tool_pull_command.out :::

Run the below command from the project root directory to generate the Ballerina parser for the above schema.

::: out codegen_command.out :::
Expand Down
1 change: 1 addition & 0 deletions examples/record-to-edi/tool_pull_command.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$ bal tool pull edi

0 comments on commit d3a2ba5

Please sign in to comment.