How to inspect CSV data file containing line data instead of point data information?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.