Databases
Upgrades
Search
Hidden Service
Extras
Credits
Awards
Ban List
Rules & Policies
Changelog
Login Disabled
Register Disabled
REGARDING BREACHFORUMS: COMMUNITY EDITION
Breachforums
General
The Lounge
How to process JSON file
Mark all as read
Today's posts
Pages (1):
1
Return to forum
How to process JSON file
by - Thursday, January 1, 1970 at 12:00 AM
jepcita229
BreachForums User
Posts:
27
Threads:
0
Joined:
N/A
Reputation:
0
#1
November 21, 2022 at 2:56 PM
I have large JSON file and need to convert it into CSV but I dont know how to do it. Any suggestion?
Reply
bitch
BreachForums User
Posts:
27
Threads:
0
Joined:
N/A
Reputation:
1
#2
November 21, 2022 at 2:59 PM
install globally and use https://www.npmjs.com/package/json2csv
Reply
msdt
Member
Posts:
3
Threads:
0
Joined:
N/A
Reputation:
0
#3
November 21, 2022 at 3:24 PM
I suggest json2csv and jq to filter out what you need and then index however you want.
Reply
prdnll
Member
Posts:
22
Threads:
0
Joined:
N/A
Reputation:
0
#4
November 21, 2022 at 3:27 PM
Use 'jq' on Linux. Example:
jq -r -j '(.email),",",(.hash),"
"' json.in > csv.out
Reply
Sjni
BreachForums User
Posts:
861
Threads:
0
Joined:
N/A
Reputation:
395
#5
November 21, 2022 at 6:48 PM
as the guy above me said just use a website it should be very easy to find
I have quit due to abuse from mods. I will be back some day
Reply
jepcita229
BreachForums User
Posts:
27
Threads:
0
Joined:
N/A
Reputation:
0
#6
November 21, 2022 at 9:12 PM
Thank you guys :) I will sure try it, for this I have to install linux in my system, I will do it by tomorrow itself as its 2:42am here, I will do it with Ubuntu
Reply
hatworld474
BreachForums User
Posts:
0
Threads:
0
Joined:
N/A
Reputation:
0
#7
November 27, 2022 at 7:08 AM
by bcrypt add crackportal2 on keybase
Reply
EyeCon
Member
Posts:
9
Threads:
0
Joined:
N/A
Reputation:
0
#8
November 28, 2022 at 12:22 AM
There's also xsv and qsv which can also process json files, although they are originally made for csv files
Reply
bybrutus
Member
Posts:
8
Threads:
0
Joined:
N/A
Reputation:
0
#9
November 28, 2022 at 12:26 AM
Thanks guys, this worked for me too.
Reply
babaisproya
Member
Posts:
8
Threads:
0
Joined:
N/A
Reputation:
0
#10
November 28, 2022 at 4:56 PM
you can use "dadroit json viewer". this program is really useful and easy to use
Reply
Pages (1):
1
Users viewing this thread: How to process JSON file:
No users currently viewing.