Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: The fastest way to download blockchain data in csv format
by
HCP
on 11/08/2020, 21:54:35 UTC
⭐ Merited by mikeywith (1)
Keep in mind that LoyceV has that data in a .txt file, so for you to convert it to CSV you going to need a workaround, and the easiest one would be using MS Excel.
Or you could simply rename the file from blockdata.txt to blockdata.csv Roll Eyes Roll Eyes Roll Eyes

No need to convert anything... a .csv is a plaintext file... it's just got the .csv extenstion to indicate that the data contained in the text file is in "comma separated value" format... ie. it is just a bunch of rows/columns where the column delimiter is "," and, optionally, the first row is column headers.