Skip to content

Parses/merges DATANORM files into ONE csv file readable for humans and machines

Notifications You must be signed in to change notification settings

yNiklas/datanorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

DATANORM Parser

Datanorm -> CSV (; separated and stored as txt)

Allowed set order:

  • R -> T -> A -> B -> P

Specifications via DATANORM:

  • R set is located in a separate file (.RAB)
  • If B entry is present for an article, the B entry is directly after the A entry
  • P set is located in a separate file (DATPREIS)

Execution

gcc datanormparser.c -o dnp

./dnp [filename1] [filename2] ...

Example

gcc datanormparser.c -o dnp

./dnp datanorm.001.html datanorm.006.html datpreis.006.html

ToDos:

  • Write out all fields (incl. discount types)
  • Article groups
  • Sleep 😴

FAQ

Why C?

Idk, perfomance oder so

About

Parses/merges DATANORM files into ONE csv file readable for humans and machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages