Need help Google Sheets truncating data #107
Description
I'm trying to use this script to import JSON from something called Ship Matrix, for a game (Star Citizen) but for whatever reason, data gets truncated. My skill level in coding is near zero, so please be gentle here.
The Google Sheet in question - https://docs.google.com/spreadsheets/d/1xRo3bonuKIG0BXoQQD2Nz4fW7k9jZR3guOfD96ZDDHg/edit?usp=sharing
The JSON table/index location is https://robertsspaceindustries.com/ship-matrix/index (Firefox lets you view the data in a clean way)
Script used is the latest listed here, yet as you scroll down you can see elements disappearing, and some elements that I do not see in the JSON table/index show up, i don't know what to make of it.
the script command is hidden on below each column header, below the dark cell/heading title, i a light gray box right below the dark box.
So if you'd like to help, here's an example, on Row 71 Column U, value for xacceleration comes up blank on the the JSON index/table, yet on the sheet it has the value of 15.6. If you look at the index/table directly, that data is listed under data/67
67 | |
---|---|
id | "96" |
production_status | "in-concept" |
production_note | "Concept complete." |
length | "38.0" |
beam | "26.5" |
height | "9.5" |
size | "medium" |
mass | "238616" |
type | "combat" |
cargocapacity | "0" |
min_crew | "2" |
max_crew | "2" |
scm_speed | "0" |
afterburner_speed | "0" |
pitch_max | null |
yaw_max | null |
roll_max | null |
xaxis_acceleration | null |
yaxis_acceleration | null |
zaxis_acceleration | null |
manufacturer_id | "12" |
chassis_id | "30" |
Please help, I'm grateful for any help :)
Thanks.