You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by "Joao Boto (JIRA)" <ji...@apache.org> on 2014/11/18 12:12:33 UTC

[jira] [Created] (METAMODEL-98) mapping multiple tables based on a EDI file

Joao Boto created METAMODEL-98:
----------------------------------

             Summary: mapping multiple tables based on a EDI file
                 Key: METAMODEL-98
                 URL: https://issues.apache.org/jira/browse/METAMODEL-98
             Project: Metamodel
          Issue Type: New Feature
            Reporter: Joao Boto


add support to EDI format

a frequent use of EDI format is sending invoices between different platforms
a simple example is:
{code}
INVOICE|2356698|23/4/2014
CUSTOMER|cutomer1|Some place|Spain|otherdata|moreinfo
LINE|product1|price|cuantity
LINE|product2|price|cuantity
LINE|product3|price|cuantity
INVOICE|2356699|24/4/2014
CUSTOMER|customer2|Some place|Spain|otherdata|moreinfo
LINE|product1|price|cuantity
LINE|product2|price|cuantity
{code}

where :
INVOICE : indicates the beginning of an invoice
CUSTOMER : indicates the direction where to send the billing invoice
LINE : indicates each line of the invoice

the data may be on multiple lines or all in the same line and may be separated by any character (as in csv)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)