I have a vector of data points that I imported from a CSV file (which was created with R). When I use v.in.ascii, no DBF file is created. I basically need this file so I can assign different colors to data points based on the value of the datapoint. The vector is imported correctly, but the DBF is not created.
<br><br>v.in.ascii -n input=&#39;/Users/ryan/Desktop/Desktop
Stuff/ems/responseTime.csv&#39; output=response format=point fs=, skip=1
columns=&#39;y double, x double, z double&#39; x=2 y=1 z=3 cat=0 --overwrite<br><br>What am I doing wrong? I have attempted this with both the GUI and the command line and both with and without the quotes as suggested in a previous post. DBF files for the other vectors I imported (from ESRI) are showing up though.
<br><br>Thanks,<br>Ryan<br>