Import Coordinate from multiple Text Files and Create Cogo Point Groups by Filename Using Dynamo

Hi Forum,
ImportTxtPointFromMultipleFiles-Rev1.dyn (203.2 KB)

I made a dynamo flow to import coordinates from multiple files. My Dynamo can create cogopoints from multiple textfiles and generate CogoPointGroup with the name same as file name.

The problems are the generated CogoPointGroup contain all point in the drawing instead of point as listed in text file accordingly.

How to resolve this?

Thanks,

Hi
Attached example Excel file
And example dyn file

Where is an example file? multiple text files

01. 30072022_ROCKFILL RD-4 LY-3 (KOLOKOSO) F22 _RENO.txt (471 Bytes)
02. 31072022_ MC0 DISPOSAL A TAHAP 2 RIKI S…txt (7.7 KB)
03. 31072022_ PROGRESS DISPOSAL B_ RIKI S…txt (3.2 KB)

Hi,
Thanks for your quick response
the attached files are sample for multiple textfiles.

Rgds,
-zainul

hi
try



ImportTxtPointFromMultipleFiles-Rev2.dyn (373.2 KB)

1 Like

thanks,
it works