jugglingcats / tachograph-reader

Read driver and vehicle card data and convert to a more usable XML format
81 stars 62 forks source link

Separate serialization #40

Closed davispuh closed 5 years ago

davispuh commented 5 years ago

This PR separates data processing and XML serialization to individual steps as suggested in #13 This allows to use processed data directly without needing to write and parse XML. It's backwards compatible as it doesn't change existing functionality.

I've also included #39 in here.

davispuh commented 5 years ago

@jugglingcats I've added that usage example here.