Hello, I have a csv-structured dataset as follows :
| ID | x1 | y1 | x2 | y2 |
| 1 | 14184878 | 4442592 | 14184886 | 4442595 |
| 2 | 14184504 | 4443068 | 14184511 | 4443076 |
| ... | ... | ... | ... | ... |
This is a line dataset, whose x values are latitude and y values are longitude of two points of each line.
But I have no idea how to import this in line form, because the only way importing csv file into GIS I've known so far is just dropping it and clicking 'XY data display' menu. And if I do this, I can use coordinates of only one point. Thus, I can only import this csv file in only point form.
So is there any way that I can import this in line form?