Skip to content
/ edible Public

Edible is a basic builder library for EDIFACT data written in Ruby.

License

Notifications You must be signed in to change notification settings

Manfred/edible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edible

Edible is a basic builder for EDIFACT data. Support for a parser is on its way.

Edible.build(
  decimal_notation: ',',
  interchange: 'UNOA',
  version: 2
) do
  segment('UNH', 1, 'PAORES', [93, 1, 'IA'])
end

Produces this:

UNA:+,? '
UNB+UNOA:2'
UNH+1+PAORES+93:1:IA'

Install

Edible is published as the gem edible.

gem 'edible'

About

Edible is a basic builder library for EDIFACT data written in Ruby.

Topics

Resources

License

Stars

Watchers

Forks

Languages