Skip to main content
Question

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

  • November 9, 2020
  • 3 replies
  • 22 views

Forum|alt.badge.img
How to inspect CSV data file containing line data instead of point data information?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • November 9, 2020

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.


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Sounds like a Safe Software technical interview problem :D​


david_r
Celebrity
  • November 11, 2020

Sounds like a Safe Software technical interview problem :D​

Hope I passed! ;-)