Forum

Import wrapped Las ...
 
Notifications
Clear all

Import wrapped Las file data to Excel

2 Posts
2 Users
0 Reactions
198 Views
(@mbw00001)
Posts: 6
Active Member
Topic starter
 

I have a Macro which can read las file data if not wrapped

Data section usually comes as the last section of the file with a variable start row and consists of variable number of space separated columns usually with the depth in the first column

In case there are too many columns data will be wrapped (one line could be wrapped to 5 to 10 lines) which confuses my code.

My code can detect First and last row of data section plus the number of wrapped lines for each record

Concatenating wrapped lines takes very very long time 

I need help in unwrap each record in memory before populating a source array to dump it on an Excel sheet

 
Posted : 09/01/2021 12:58 pm
(@catalinb)
Posts: 1937
Member Admin
 

Can you clarify things?

What type of file are we talking about? Can't say from your description if it's excel, text word or any other type.

Best if you upload a sample source data and your code, to avoid starting something from scratch.

 
Posted : 12/01/2021 4:01 pm
Share: