spring-projects / spring-projects/spring-batch-extensions

Support parsing rows to other data types than String[]

Open
#38 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

module: spring-batch-excel
Dominant language
Java
Stars
277
Forks
269
PR merge metrics
No merged PRs in 30d

Description

Columns in Excel files being batch processed may contain numbers or dates. Currently all rows are parsed into String[] (see Sheet line 47). spring-batch-excel interfaces should use generics to support other representations of a row, such as Object[].

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with spring-batch-excel/src/main/java/org/springframework/batch/item/excel/Sheet.java at line 47, then trace the spring-batch-excel interfaces that represent rows. Check the existing tests and usages to identify all String[] assumptions. Done means the interfaces support representations such as Object[] while preserving the intended row-parsing behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.