I keep getting "No point file match error found" with my CSV file

I keep getting "No point file match error found" with my CSV file

michael.lasby
Community Visitor Community Visitor
576 Views
6 Replies
Message 1 of 7

I keep getting "No point file match error found" with my CSV file

michael.lasby
Community Visitor
Community Visitor

I keep getting "No point file match error found" with my CSV file

0 Likes
Accepted solutions (1)
577 Views
6 Replies
Replies (6)
Message 2 of 7

MMcCall402
Mentor
Mentor

Delete the first line in the CVS file and it'll work.

 

  

Mark Mccall 
CAD Mangler


EESignature


VHB - Vanasse Hangen Brustlin, Inc.


Linkedin

Message 3 of 7

MMcCall402
Mentor
Mentor

Another option is the enter # at the beginning of the first line.  That will denote the line as a comment and not a point entry.   

 

That is what is messing it up. It thinks the first line is a point entry and is expecting numerical values.  So either delete the line to tag it as a comment line with # at the beginning.

Mark Mccall 
CAD Mangler


EESignature


VHB - Vanasse Hangen Brustlin, Inc.


Linkedin

Message 4 of 7

andrewpuller3811
Advisor
Advisor

This error also occurs if you have the csv open when try and import the points into civil 3d.



If a post provides a fix for your issue, click on "Accept as Solution" to help other users find solutions to problems they might have that are similar to yours.

Andrew Puller
Maitland, NSW, Australia
Windows 11
Intel core i7 11800 @ 2.30 GHz with 32GB Ram
Civil 3d 2023
Message 5 of 7

ChicagoLooper
Mentor
Mentor

Hi @michael.lasby 

For your csv file…….Save as this

IMG_1985.png

 

Chicagolooper

EESignature

0 Likes
Message 6 of 7

LucasHicks
Collaborator
Collaborator

This only happens with excel.  Use Notpad++ or another text editor and you can read the csv with it open.

OpenRoads Designer, Civil 3D
Message 7 of 7

ChicagoLooper
Mentor
Mentor
Accepted solution

@michael.lasby 

Based on the csv file you uploaded, you can fix 2 deficiencies in your point file:

 

1. You have 'blank' cells in your csv, i.e., column E is not completely filled, it has empty cells. Put something in those empty cells. You can place two dashes such as '--' so they won't be empty. 

101.PNG

 

2. You'll also need to add the '#" sign to precede each column heading. If you don't add the # sign to headings in row 1, AutoCAD will get confused and treat it as data, which it is not. Row 1 merely contains column headings for the benefit of a human user and Acad should not consider them during the point insertion procedure. Your 1st row should look like this: 

102.PNG 

 

 

Alternatively, you may delete row 1 altogether so Acad doesn't have an opportunity to get confused. Whether you delete row 1 or not, you can add a suffix to your csv to serve as a reminder for the point file format. For example:

 

MyFavPointFile_PENZD.csv

 

Chicagolooper

EESignature