Text2Tab
Abap library to import/export data in tab-delimited text format
Features
- Easy to use and flexible
- Control over data validation: strict parsing, corresponding parsing
- Parsing with or without header line (field order auto-detection)
- Parsing into a structure or a table
- Type-less parsing - all fields are strings
- Control over date and number formats, line-break character
- On-the-fly field name remapping (convert
foo
field in text intobar
in abap) - Deep parsing - supports filling deep structures
- Serialization from abap table/structure into tab-delimited text (with ot without header line)
- See more details in the documentation ...