Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
CSV records limitations
ron_24
Member Posts: 14 ✭✭
I have been reading though the posted discussions concerning .csv inputs into FeatureScript.
one suggest that there is a limit of 3 fields per record.
Such as:-
x,y,z,
1,2,3,
Is this correct?.
one suggest that there is a limit of 3 fields per record.
Such as:-
x,y,z,
1,2,3,
Is this correct?.
0
Comments
-
There is no such limit. For a multiline CSV, the FeatureScript value of that CSV file will be an array of arrays. Both levels of arrays will be as long as data the CSV file provides.
1 -
Best answer I could hope for. Thanks again.0

