Code Monkey home page Code Monkey logo

Comments (4)

cowtowncoder avatar cowtowncoder commented on June 14, 2024

@digitalrinaldo Thank you for reporting the problem. However, I would need a bit more information:

  1. Which Jackson CSV module version are you using?
  2. How do you reproduce this? (kind of input; ideally a small unit test)

I ask this because there is code to try to recover from many kinds of input discrepancies, as of version 2.9(.1) (and late 2.8, like 2.8.10). However, it is impossible to guarantee recovery from any and all problems, so we need to tackle cases where recovery does not work and see what can be done.

Challenge in handling is two-fold:

  • How to catch exception being reported by decoder, and determine if it could be handled
  • How to recover from possible inconsistent state (what input to skip etc)

from jackson-dataformats-text.

digitalrinaldo avatar digitalrinaldo commented on June 14, 2024

from jackson-dataformats-text.

cowtowncoder avatar cowtowncoder commented on June 14, 2024

@digitalrinaldo What I meant was full reproduction, with setup you are using (POJO to bind to, if any; CsvSchema creteed), along with ensuring you are using a relatively late version (2.8.10 or 2.9.1).
Quite a bit of work has been done to allow recovery so above case seems like it should be handled already. If not, a test is needed.

from jackson-dataformats-text.

cowtowncoder avatar cowtowncoder commented on June 14, 2024

Need a reproduction of the problem to proceed; closing without one. May be reopened with a unit test.

from jackson-dataformats-text.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.