Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WegnerDan/ZwdCSV
CSV Parser and Generator for ABAP
https://github.com/WegnerDan/ZwdCSV
Last synced: 6 days ago
JSON representation
CSV Parser and Generator for ABAP
- Host: GitHub
- URL: https://github.com/WegnerDan/ZwdCSV
- Owner: WegnerDan
- License: mit
- Created: 2019-01-26T18:32:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T00:22:34.000Z (about 2 years ago)
- Last Synced: 2024-08-02T19:01:50.599Z (4 months ago)
- Language: ABAP
- Size: 92.8 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- abap-florilegium - ZwdCSV
README
# ZwdCSV
CSV Parser and Generator for ABAPThe Parser should respect [RFC 4180](https://tools.ietf.org/html/rfc4180), especially end-of-line characters inside of cells. Because of this, the entire CSV string is needed for correct parsing.
Class ZCL_WD_CSV contains Methods PARSE_STRING and GENERATE_STRING for directly handling csv strings.
Class ZCL_WD_CSV_FILE contains Methods for dealing with CSV files (reading and writing files from/to application server and frontend).UTF-8 Encoding for methods of class ZCL_WD_CSV_FILE is assumed.