Skip to main content
How to inspect CSV data file containing line data instead of point data information?

Read the CSV in as individual vertices (points), then use the LineBuilder to connect the points into lines. Be sure to read the documentation for the LineBuilder first, it contains some important information, in particular about ordering the input and how to separate (break) the lines.


Sounds like a Safe Software technical interview problem :D​


Sounds like a Safe Software technical interview problem :D​

Hope I passed! ;-)


Reply