Skip to content

Fixes #34: Import all CSV rows by skipping only header row - #170

Open
Kumar-Aman7974 wants to merge 1 commit into
hardikxk:masterfrom
Kumar-Aman7974:fix/issue-34-batch-csv-import
Open

Fixes #34: Import all CSV rows by skipping only header row#170
Kumar-Aman7974 wants to merge 1 commit into
hardikxk:masterfrom
Kumar-Aman7974:fix/issue-34-batch-csv-import

Conversation

@Kumar-Aman7974

Copy link
Copy Markdown

Summary
Fixes #34The batch reader was configured with .linesToSkip(1402), which skipped most CSV data rows. Changed to .linesToSkip(1) to skip only the header row.

Changes

Updated BatchConfig.java linesToSkip from 1402 to 1

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