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 to Sketch - Custom Feature
Caden_Armstrong
Member Posts: 336 PRO
Introducing a new custom feature for importing CSV points as sketches.
This feature takes in a 2D CSV of coordinates, and generates sketch points, polylines, or splines.
Polylines and splines can be broken up by inserting a blank row into the file.
Get it on fs.place (The only marketplace for custom FeatureScripts), or from the public document
www.smartbenchsoftware.com --- fs.place --- Renaissance
Custom FeatureScript and Onshape Integrated Applications
Custom FeatureScript and Onshape Integrated Applications
Tagged:
6

Comments
Another great feature! Your on a roll bro: 🏆️
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Hi, I've tried to use your feature, but it's not parsing the csv file properly. No points are shown. What format does the file have to be in? What delimiter and line break character are required?
The delimiter is just a comma, and each data point needs to be separate with a new line character. Extra blank lines will separate groups of lines.
The forums mess up the format, but you can see the example file in the document.
But for example:
1.0,2.0
4.5,6.7
33,44
Custom FeatureScript and Onshape Integrated Applications