Hi Sepeckle Team,
It usefull if we can allow import json and csv or xlsx from stream ? Because some case user only want use data don’t need show 3d visualize.In my case, many user DataScience and ML use data connect for job no need any 3D
Example : User have a json data like this and want upload it, I know with developer it is easy but with user it readly hard to push data like this to speckle.
[
{
"Properties": {
"Name": "Name",
"Value": "Rectangular Duct"
},
"Name": "Item"
},
{
"Properties": {
"Name": "Type",
"Value": "Ducts: Rectangular Duct: TKG (ELV CTRL)"
},
"Name": "Item"
},
{
"Properties": {
"Name": "Internal Type",
"Value": "LcRevitComposite"
},
"Name": "Item"
},
{
"Properties": {
"Name": "GUID",
"Value": "9ae5ec43-713d-4194-85c0-e7a95dd8d492"
},
"Name": "Item"
},
]
ds.json (13.6 KB)
If we can do some thing like that look like https://www.kaggle.com/, it readlly is big deal to apply data science and ml for AEC.