marvinwu / coda-table

simple utility for getting and setting coda table data
1 stars 1 forks source link

getTable function outputs flat data #8

Open dylan-wu opened 3 years ago

dylan-wu commented 3 years ago

lib/index.js Line 32. One of the columns in my coda table is an array of values, however comes out as a string connected with commas.

marvinwu commented 3 years ago

seems current coda api is returned comma delimited string for array value, it is not a bug of implementation

marvinwu commented 3 years ago

sorry there was an option in coda api to change that