Questions tagged [jsapar]

Tag for questions about JSaPar (a java library that provides a parser/composer for fixed width (aka: flat) and delimited (aka: CSV, TSV) data sources.

The JSaPar package is a java library that provides a parser for flat and CSV (Comma Separated Values) files.

4 questions
1
vote
1 answer

Different class loaders jsapar

I am currently using kafka consumer to call method which which produces a flat file using the jsapar library. On Unit tests every works fine but when using the kafka consumer jsapar is not able to get the line class. BeanPropertyMap var2 =…
Akhil Ben
  • 21
  • 4
1
vote
2 answers

where to download jsapar - I cannot find the download section or update link

The jsapar.tigris.org site seems to be very different; I just cannot find a way to download the jsapar jar; is also not available in any of the maven repositories. any help for the download link will help. Thanks!
Venkatesh Laguduva
  • 13,448
  • 6
  • 33
  • 45
0
votes
2 answers

Load a CSV template and write data to it via java

I have a CSV template file, say, having 10 columns. I would like to load this CSV file template, and then write data to the relevant cells(say only to 5 of the 10 cells) through a java program. I went through JSAPAR, SuperCSV etc, but am not sure…
active_coder
  • 79
  • 1
  • 2
  • 13
-1
votes
1 answer

Where can I find the JSapar updated source code and active forum?

Where can I find the JSapar's updated source code (1.5.x)? Where can I find an active forum about that library? That library still active? Thanks in advance.