ImportJSON icon indicating copy to clipboard operation
ImportJSON copied to clipboard

Return data on the next column instead of next row?

Open gusflopes opened this issue 4 years ago • 1 comments

Just discovered this project and it is awesome!

I was wondering if it is possible to return the data on the next Column instead of the next Row. Right now i need to have one row space between each row so the data is loaded on the next line after the one i have my input data. Example: 1 | NAME | ZIPCODE | ImportJSON | JSON.field1 | JSON.field2 2 | data | data | ImportJSON() | | 3 | | | | data | data

Instead, i'd like to do this:

1 | NAME | ZIPCODE | ImportJSON | JSON.field1 | JSON.field2 2 | data | data | ImportJSON() | data | data

Is there a setting to do this or the code needs to be changed? Right now i'm calling ImportJSON(<CELL>;"";"")

gusflopes avatar Jan 31 '20 14:01 gusflopes

Hi @gusflopes , could you share the JSON you're trying to import?

krijnsent avatar Feb 08 '20 18:02 krijnsent