←  Technical Questions

nanoCAD forum

»

import points Pointnumber,x,y,z,description

GIANNAK's Photo GIANNAK 25 May 2019

Hi guys.
Can anybody help me to import points from a csv or text file . I don't know how to write scripts or code...



Here's an example of the way the csv file looks:

1,5215216.637,405694.177,728.005,PLREBAR

Which is:
point number, northing, easting, elevation, code(description)
Quote

Kreator's Photo Kreator 25 May 2019

Hi.
Use Calc or Excel to get table with what you need, then concatenate x-y-z in the most right cell to get "point 5215216.637,405694.177,728.005". Now you can copy and paste the result to the command line. You may use something other that a point, if you need.
Quote