Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Adding column index and line matching attributes (line_index, and line_pattern) to csv2 column decl and json validation schema #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 14, 2022

Conversation

jf-tech
Copy link
Owner

@jf-tech jf-tech commented Sep 14, 2022

Turns out if we want to support multi-line record (whether it's fixed number of rows based or header/footer based) in csv we will have to let each column to specify which line the column value should come from, and of that particular line, which indexed value to use, thus the adding of index, line_index and line_pattern.

…e_pattern) to csv2 column decl and json validation schema

Turns out if we want to support multi-line record (whether it's fixed number of rows based or header/footer based) in csv
we will have to let each column to specify which line the column value should come from, and of that particular line, which
indexed value to use, thus the adding of `index`, `line_index` and `line_pattern`.
@jf-tech jf-tech self-assigned this Sep 14, 2022
@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #175 (7f32f6c) into master (f003f99) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #175   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           51        51           
  Lines         2802      2836   +34     
=========================================
+ Hits          2802      2836   +34     
Impacted Files Coverage Δ
extensions/omniv21/fileformat/flatfile/csv/decl.go 100.00% <100.00%> (ø)
...nsions/omniv21/fileformat/flatfile/csv/validate.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jf-tech jf-tech merged commit 8c77662 into master Sep 14, 2022
@jf-tech jf-tech deleted the csv2reader branch September 14, 2022 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.