Anyone know where to get a large csv file?

Isocene

Senior member
Jan 4, 2001
694
0
71
I need to find a large csv file for project for class. It needs have at least 5000 bits of data. So 5 coloumns and 1000 rows would be good.

Anyone know where to find a good file off hand.

Im posting here because im getting desperate. Cant find anything good online.

Thanks

 

FoBoT

No Lifer
Apr 30, 2001
63,084
15
81
fobot.com
i can make one for you
vbscript will knock it right out

what do you want in it? just some words? like pancake, bunny, head, spider, ATOT
repeated 1000 times
something like that? or does the data need to be more unique ?
 

aircooled

Lifer
Oct 10, 2000
15,965
1
0
Originally posted by: FoBoT
i can make one for you
vbscript will knock it right out

what do you want in it? just some words? like pancake, bunny, head, spider, ATOT
repeated 1000 times
something like that? or does the data need to be more unique ?

you forgot cat... :)
 

TheNinja

Lifer
Jan 22, 2003
12,207
1
0
Originally posted by: aircooled
Originally posted by: FoBoT
i can make one for you
vbscript will knock it right out

what do you want in it? just some words? like pancake, bunny, head, spider, ATOT
repeated 1000 times
something like that? or does the data need to be more unique ?

you forgot cat... :)

ninja, pork, french, babe, wailing, guitar, bukakke, seppuku, spicy chili
 

FoBoT

No Lifer
Apr 30, 2001
63,084
15
81
fobot.com
Set oFSO = CreateObject("Scripting.FileSystemObject")
Set oFile = oFSO.OpenTextFile("c:\file.csv", 2, True)
For I = 1 to 1000
oFile.writeline "pancake,bunny,head,spider,ATOT"
Next
oFile.Close
Wscript.Echo "DinG!"
 

jagec

Lifer
Apr 30, 2004
24,442
6
81
Scientific instruments output csv files lots of times...got a spectrophotometer?