Import CSV - no points were found in file error

Import CSV - no points were found in file error

michaelN96YM
Contributor Contributor
4,708 Views
22 Replies
Message 1 of 23

Import CSV - no points were found in file error

michaelN96YM
Contributor
Contributor

I've checked all over to find a solution wrt a csv file import to create topography. See atatcehed csv file.

I've tried changing period to comma and neither works.

 

Keep getting the same issue. 

0 Likes
Accepted solutions (1)
4,709 Views
22 Replies
Replies (22)
Message 2 of 23

barthbradley
Consultant
Consultant

Try deleting the 4th column. You only need x,y,z.  

 

...get rid of the semi-colons in the cell values.  

 

semi-colon.png

0 Likes
Message 3 of 23

ToanDN
Consultant
Consultant

The CSV format is all wrong.  If you are not sure if the semicolon separating columns or separating decimals then it is better to ask the author to give you a tabulated csv.

0 Likes
Message 4 of 23

michaelN96YM
Contributor
Contributor

This is super weird - see my screen shot of the csv file - does not look like the one you opened.

screenshot.png

0 Likes
Message 5 of 23

michaelN96YM
Contributor
Contributor

I've got a pretty good understanding as it is very simple, the csv file i have only has three columns with numeric data. 

The column/period is part of the value. I tried using a period and then column. 

0 Likes
Message 6 of 23

barthbradley
Consultant
Consultant

Widen the columns. I didn't notice right away either.  

0 Likes
Message 7 of 23

barthbradley
Consultant
Consultant

screenshot 2.png looks correct.  Does that one fail as Comma Separated Values?  Try saving it as a txt file and using that. 

0 Likes
Message 8 of 23

michaelN96YM
Contributor
Contributor

I tried that, still no luck.

Screenshot 2023-02-01 080117.png

0 Likes
Message 9 of 23

barthbradley
Consultant
Consultant

All the values are in one column!  

 

OneColumn.png

0 Likes
Message 10 of 23

michaelN96YM
Contributor
Contributor

I did expand all the cells, not getting what is showng on your side. I've added the csv file again.

0 Likes
Message 11 of 23

michaelN96YM
Contributor
Contributor

They are not in one column, that i can ensure you. 

0 Likes
Message 12 of 23

barthbradley
Consultant
Consultant

@michaelN96YM wrote:

They are not in one column, that i can ensure you. 


 

OneColumn.png

 

 

0 Likes
Message 13 of 23

michaelN96YM
Contributor
Contributor

Not sure why it looks like that on your side, on my side it is in three columns

0 Likes
Message 14 of 23

michaelN96YM
Contributor
Contributor

I tried saving it as csv utf-8. See attached images to show you they are in seperate columns

0 Likes
Message 15 of 23

barthbradley
Consultant
Consultant

Okay, if it's 3 columns on your end, then use a comma to separate values.  On my end (and in that screenshot), I see semicolons.  

0 Likes
Message 16 of 23

barthbradley
Consultant
Consultant

Yeah, I don't what's going on, but I've downloaded and opened your CSV three times and this is what I get:

 

CSV1Column.png

 

If the CSV you posted here is the same CSV you are using in Revit, then there's your problem.    

 

 

 

 

0 Likes
Message 17 of 23

michaelN96YM
Contributor
Contributor

I tried another projects csv - all in one column with extra information (point indicator). see image. And it worked...now i'm super confused

0 Likes
Message 18 of 23

barthbradley
Consultant
Consultant

Why don't you save that file as a txt file?  Revit can create a Toposurface from txt as well. 

 

Here's what I get. Weird-looking Topo.  Look familiar to you? 

 

Weird Looking TOPO.png

0 Likes
Message 19 of 23

barthbradley
Consultant
Consultant

I copied all the data in the A column to Notepad, replaced all the semicolons with commas, and saved it.  Then I used this txt file to create the Topo you see.  

0 Likes
Message 20 of 23

barthbradley
Consultant
Consultant

@michaelN96YM wrote:

I tried another projects csv - all in one column with extra information (point indicator). see image. And it worked...now i'm super confused


 

You couldn't have created a Toposurface from a CSV formatted that way.  

0 Likes