Skip to content

Commit 5254780

Browse files
authored
Update README.md
1 parent b13fcee commit 5254780

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Go Report Card](https://goreportcard.com/badge/github.com/jf-tech/omniparser)](https://goreportcard.com/report/github.com/jf-tech/omniparser)
55
[![PkgGoDev](https://pkg.go.dev/badge/github.com/jf-tech/omniparser)](https://pkg.go.dev/github.com/jf-tech/omniparser)
66

7-
Omniparser is a naive Golang ETL parser that ingests input data of various formats (**CSV, txt, fixed length/width, XML, EDI/X12/EDIFACT, JSON**, and
7+
Omniparser is a native Golang ETL parser that ingests input data of various formats (**CSV, txt, fixed length/width, XML, EDI/X12/EDIFACT, JSON**, and
88
custom formats) in streaming fashion and transforms data into desired JSON output based on a schema written in JSON.
99

1010
Golang Version: 1.14
@@ -38,6 +38,8 @@ Examples:
3838
- [EDI Examples](extensions/omniv21/samples/edi).
3939
- [Custom File Format](extensions/omniv21/samples/customfileformats/jsonlog)
4040
- [Custom Transform](extensions/omniv21/samples/customparse)
41+
In the example folders above you will find pairs of input files and their schema files. Then in the
42+
`.snapshots` sub directory, you'll find their corresponding output files.
4143

4244
## Online Playground
4345

0 commit comments

Comments
 (0)