Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jf-tech authored Mar 28, 2021
1 parent 9232c62 commit 2c284f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Omniparser is a native Golang ETL parser that ingests input data of various form
XML, EDI/X12/EDIFACT, JSON**, and custom formats) in streaming fashion and transforms data into desired JSON output
based on a schema written in JSON.

Golang Version: 1.14
Min Golang Version: 1.14

## Documentation

Expand Down Expand Up @@ -62,9 +62,10 @@ for trying out schemas and inputs, yours or existing samples, to see how ingesti
situations.

## Requirements
- Golang 1.14
- Golang 1.14 or later.

## Recent Major Feature Additions/Changes
- 1.0.0 Released!
- Added `Transform.RawRecord()` for caller of omniparser to access the raw ingested record.
- Deprecated `custom_parse` in favor of `custom_func` (`custom_parse` is still usable for
back-compatibility, it is just removed from all public docs and samples).
Expand Down

0 comments on commit 2c284f5

Please sign in to comment.