CSV Import

KeyCreator Drafting / File / Import / CSV Import


KeyCreator Drafting Import CSV

This function allows you to import an ASCII formatted text file using the Comma-Separated Values (.csv) syntax, which most CMM machines export. Upon import, each line of the file generates a point entity. The first field is used as the entity name and the following three fields are the x, y, and z coordinates of the point (World Coordinates).

 

Example CSV file content:

Label1, X1,  Y1,  Z1

Label2, X2, Y2,  Z2