Okay. I have a jsons file where everything is in blocks and not one single one. My question is now if I can convert the entire file (around 13k lines, every line is one block) to a csv file that I can later import to MySQL using PHP. Does anybody already have a script for that or a program? I tried doing it myself but gave up because I never did something like that in PHP...
{
"reason_public": "",
"reason_admin": "text",
"enacted_by": 1,
"created": 1,
"time_lifted_orig": 1,
"enacted_username": "text",
"time_lifted": 1,
"suspended_username": "text",
"row_id": 1,
"user_suspended": 1,
"reason_private": "text"
} {
"reason_public": "",
"reason_admin": "",
"enacted_by": 3,
"created": 1,
"time_lifted_orig": 1,
"enacted_username": "text",
"time_lifted": 1,
"suspended_username": "text",
"row_id": 1,
"user_suspended": 1,
"reason_private": "text"
}