Are there any Web based apps for convert funscript to csv?

I used to use the official handy website tools for this but they don’t seem to work any more.

Is there a Web based app that will let me upload a funscript and then let me download a csv version? And vice versa if possible.

Hey there Celtik
First off: I took the liberty to move this topic into Help, so people may find it in the right place.

To your question. I’ve never done that before, but funscripts are nothing but a specific form of JSON. Have you tried some JSON to CSV converter?

Edit: Like the one sentinel just linked ^^

Funscript is basically json so any converter should work e.g., JSON To CSV Converter

Is there a way for the reverse? converting a CSV to JSON or Funscript?

CSV contains less information about the structure of data than json so there is no way of structuring the json with only the CSV data. Hence it’s only possible to convert from json to csv. You could probably write a converter that assumes things about the structure and adds missing information. However, I don’t know of anyone writing such a tool. It isn’t something you find on the Internet in general since the funscript format is a tiny niche that happens to use json to structure its data.