Cant-Program / Report-Help-

Can't figure out how to get the base information.
1 stars 0 forks source link

The Basic Request` #1

Open Cant-Program opened 6 years ago

Cant-Program commented 6 years ago

I have no programming knowledge, but I know someone who does and he uses GitHub often. I figured this would be a good place to get some help.

What I'm trying to do will be used for work purposes, but it's just to make my personal work life easier, and is not going to be something that's implemented as a company standard or anything.

That being said, what I'm looking for is to alter this file so that the report it generates is much cleaner. In AutoCAD Civil 3D, there are pipe networks that have pipes and structures with varying data in them. This report takes that data and puts it in a format that separates them by Network. I'm looking to remove the organization by networks. I'd like them organized by pipes then by structures and include the size of the pipes, the length of the pipes (3D length), and the material of pipes. For structures, I only need the name of the structure.

If anyone can help me with this, I would greatly appreciate it. I know how much work you guys put into learning what you learn, and perhaps one day I'll be able to do the same. For now, I'll have to settle with holding my hands out and asking for the help of the programming community.

Sylvia-Olliff commented 6 years ago

Is there a way to have AutoCAD Civil 3D transmit the report as raw data or maybe in a different format so that you could have a separate program parse it? Or can it only spit out that XSL doc?

Cant-Program commented 6 years ago

When I run the command that uses this code, it spits it out as an HTML, which can be opened as an excel file (formatted).