Skip to content

Commit ebe5496

Browse files
authored
Update README.md
1 parent 0ec9a3e commit ebe5496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# omniparser
22
![CI](https://github.com/jf-tech/omniparser/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/jf-tech/omniparser/branch/master/graph/badge.svg)](https://codecov.io/gh/jf-tech/omniparser) [![Go Report Card](https://goreportcard.com/badge/github.com/jf-tech/omniparser)](https://goreportcard.com/report/github.com/jf-tech/omniparser)
33

4-
A parser in naive Golang that ingests and transforms input data of various formats (CSV, txt, XML, EDI, JSON)
5-
into desired JSON output based on a schema spec written in JSON.
4+
Omniparser is written in naive Golang that ingests input data of various formats (**CSV, txt, XML, EDI, JSON**, and custom formats) in streaming fashion
5+
and transforms data into desired JSON or binding object based on a schema written in JSON.
66

77
Golang Version: 1.14.2
88

0 commit comments

Comments
 (0)