Version 2.0.2 - Switch to JSON endpoint, improved speeds
Instead of parsing sheets as CSV files in Luau, I switched to getting the sheets as JSON files and use HttpService:JSONDecode()
to get the file data.
I also wrote a proper pattern matcher for the type transformation instead of looping over every possible type, making the processing stage much much faster.