jf-tech / omniparser

omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
MIT License
931 stars 68 forks source link

Add csv fileformat to omniv2 handler + sample + a couple more custom_func #88

Closed jf-tech closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #88 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #88   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           35        36    +1     
  Lines         1587      1644   +57     
=========================================
+ Hits          1587      1644   +57     
Impacted Files Coverage Δ
validation/jsonvalidate.go 100.00% <ø> (ø)
customfuncs/customFuncs.go 100.00% <100.00%> (ø)
handlers/omni/v2/fileformat/csv/format.go 100.00% <100.00%> (ø)
handlers/omni/v2/fileformat/json/format.go 100.00% <100.00%> (ø)
handlers/omni/v2/fileformat/xml/format.go 100.00% <100.00%> (ø)
handlers/omni/v2/handler.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9c55da7...061606b. Read the comment docs.