Many of the non-topo codes I have setup in my fxl use attributes. In all of my messing with custom export styles the only way I've found to export a csv with code + attributes in one cell are in the format:
Code Attribute1 Code Attribute2 Code Attribute3 etc...
In Civil 3D with my description keys I'm using wildcards to reference specific attributes to be able to populate the full description of the point. As an example, my found aluminum cap code is FAC, and I have an attribute for cap diameter (which is in the $1 position as far as CAD is concerned), this make my raw description "FAC 2" with some other attributes that I don't pull into the full description. The full description then is Found 2" Aluminum Cap.
By having the "Code" part repeat prior to every attribute, it causes issues with the repeat and referencing specific positions (as well as I have some codes that contain to many "attributes" with the repeated code for Civil 3D to handle), so I have a VBA code to delete the duplicate code from within the cell. This creates an extra step when exporting a .csv out of TBC and into Civil 3D.
Does anyone know of a way to either get TBC to export as "Code Attribute1 Attribute2" in one cell, or get Civil 3D to accept attributes in a different cell (as I haven't figured that one out either)?