Skip to content

Conversation

@jf-tech
Copy link
Owner

@jf-tech jf-tech commented Oct 9, 2020

The key diff/improvement is now we add xpath to the csv reader so that we can perform both positive row selection as well as negative row skipping. Much more powerful than the old row skipping thingy.

Next PR will bring the FileFormat implementation in, which will complete the csv fileformat.

The key diff/improvement is now we add xpath to the csv reader so that we can perform both positive row selection as well as negative row skipping. Much more powerful than the old row skipping thingy. Next PR will bring the FileFormat implementation in, which will complete the csv fileformat.
@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

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

Impacted file tree graph

@@ Coverage Diff @@ ## master #82 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 33 35 +2 Lines 1476 1552 +76 ========================================= + Hits 1476 1552 +76 
Impacted Files Coverage Δ
errs/errs.go 100.00% <ø> (ø)
handlers/omni/v2/fileformat/csv/decl.go 100.00% <100.00%> (ø)
handlers/omni/v2/fileformat/csv/reader.go 100.00% <100.00%> (ø)
handlers/omni/v2/fileformat/json/reader.go 100.00% <100.00%> (ø)
handlers/omni/v2/fileformat/xml/reader.go 100.00% <100.00%> (ø)
transform.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 fcf335e...103e1fa. Read the comment docs.

Copy link
Collaborator

@liangxibing liangxibing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jf-tech jf-tech merged commit d44a0be into master Oct 9, 2020
@jf-tech jf-tech deleted the csv branch October 9, 2020 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants