Christian González

Results 109 comments of Christian González

> How are you on the progress of this PR ? that goes to @theangryangel :smile:

@theangryangel This is absolutely no problem. I have few time too, therefore development here is slow, and I only use effort here if needed. But I need this project on...

@theangryangel Don't stress, I have none. It's so cool that this library which I started to maybe use sometimes - is already used by some people - and I love...

This is not completely trivial. pydifact stores its data in lists, and does not create Token objects. This is mainly for performance reasons. Creating an own object for each Token...

OMG. Big mistake. I should read my own code. Tokens ARE in fact objects, so we can store line information in them. ;-)

Maybe it would be an option to skip the step of creating Segments as nested lists, and instead directly create the Segment objects using the factory.

Yeah, I just created a buzz-word - could be named better. Component - hm dunno. I found a list of "service codes" here: https://www.stylusstudio.com/edifact/40102/codelist.htm Maybe `ServiceCode` could be appropriate too?...

It would be good to create something like `SegmentTable`s which define how messages are structured. Here we have to include segment groups (for loops) too, which can be nested. I...

Do you know if there is an official downloadable data format for the implementation of those fields available anywhere? Something like a xml or even CSV which could be parsed?