First things first, thank you for the hard work that has gone into this package. I am currently working with a fork & am implementing a QUOTE implementation for EDIFACT.
I've never worked with this standard / file so I'm by no means an expert, I am struggling to conform to the output provided by our example files however.
As an example, I'm currently adding a GIR segment in my fork & have noticed my example segments look as follow:
When I generate my test data using a similar approach to the other examples within the project, I get:
GIR+1:D:LLO
Which I assume is to be expected, I am however wondering how to specify that the $sepData character should be used? Am I missing something? My DTM etc are all formatting correctly.
Happy to PR this back once the quote functionality is working if it would be of value. Any help regarding the internals would be appreciated. Thanks again!
Hey.
First things first, thank you for the hard work that has gone into this package. I am currently working with a fork & am implementing a QUOTE implementation for EDIFACT.
I've never worked with this standard / file so I'm by no means an expert, I am struggling to conform to the output provided by our example files however.
As an example, I'm currently adding a GIR segment in my fork & have noticed my example segments look as follow:
When I generate my test data using a similar approach to the other examples within the project, I get:
Which I assume is to be expected, I am however wondering how to specify that the
$sepData
character should be used? Am I missing something? My DTM etc are all formatting correctly.Happy to PR this back once the quote functionality is working if it would be of value. Any help regarding the internals would be appreciated. Thanks again!