Tracker: Bugs

5 CSVReader only reads first 1000 entries - ID: 3426110
Last Update: Comment added ( sconway )

When I read this file http://dl.dropbox.com/u/4820835/opencsv/issues-jb-all.zip I only get 1001 String[] entries while it contains many more entries. It's a CSV dump of all JetBrains issues in their YouTrack tracker.

See the screenshot attached.


Evgeny Goldin ( Evgeny Goldin ) - 2011-10-19 13:57:40 PDT

5

Closed

Works For Me

Nobody/Anonymous

None

None

Public


Comment ( 1 )

Date: 2011-10-23 10:10:30 PDT
Sender: sconwayProject Admin

Nope - the file you sent had EXACTLY 1001 entries.

I opened the file in vi and saw it had 38164 lines. Seeing that the file
contained stack traces and code dumps in I figured 38 lines per issue was a
good average.

I then noticed that each issue ended in a ^M so I ran a grep on it to see
how many issues there were exactly:

grep ^M issues-jb-all.csv | wc -l
1001

So after the header there are 1000 entries.

The issue then is that there are exactly 1000 bugs in the jetbrains
database or when you ask for all it only sends the latest 1000 to save
space/time.



Attached File ( 1 )

Filename Description Download
1.png Download

Changes ( 5 )

Field Old Value Date By
status_id Open 2011-10-23 10:10:30 PDT sconway
resolution_id None 2011-10-23 10:10:30 PDT sconway
allow_comments 1 2011-10-23 10:10:30 PDT sconway
close_date - 2011-10-23 10:10:30 PDT sconway
File Added 426434: 1.png 2011-10-19 13:57:42 PDT Evgeny Goldin