Project

edible

0.0
No commit activity in last 3 years
No release in over 3 years
Edible providers a parser and builder for loading and generating EDIFACT data. It does not support any specific message formats.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 12
 Project Readme

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'