<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Consecutive (but not joined) polylines from excel in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134875#M77395</link>
    <description>&lt;P&gt;The layers do exist in the drawing. The first bit of the code works to set the required layer in the drawing. The second bit works to draw the individual polylines. Its when joining the codes , civil 3d wont read the intention to cancel out of setting and new layer current and proceed with polyline command.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Mar 2021 07:25:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-03-06T07:25:09Z</dc:date>
    <item>
      <title>Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10130606#M77385</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I have a set of coordinate data from excel with road conditions in another column.&lt;/P&gt;&lt;P&gt;I'm looking to import these into Civil 3D in their respective 100m sections and color coded as per condition of same.&lt;/P&gt;&lt;P&gt;All polylines are to be separate regardless of condition and the start of polyline 2 must be at the end of polyline 1 etc etc&lt;/P&gt;&lt;P&gt;Is there are lisp or workflow out there that can do this?&lt;/P&gt;&lt;P&gt;Photos attached&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 16:36:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10130606#M77385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-04T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10131465#M77386</link>
      <description>&lt;P&gt;You would make it easier to test if you would post the text file, not just the png. I want to help you but am not willing to sit here and type in the test data by hand. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 21:48:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10131465#M77386</guid>
      <dc:creator>tcorey</dc:creator>
      <dc:date>2021-03-04T21:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10132555#M77387</link>
      <description>&lt;P&gt;Hi Tim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;I suppose that would have been a good idea to start with!&lt;/P&gt;&lt;P&gt;Please find attached&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 09:12:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10132555#M77387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-05T09:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10132664#M77388</link>
      <description>&lt;P&gt;Funny enough I just helped someone with a similar request this morning. See this post:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/drawing-multiple-lines-when-given-start-and-end-points/td-p/10131672" target="_blank"&gt;https://forums.autodesk.com/t5/civil-3d-forum/drawing-multiple-lines-when-given-start-and-end-points/td-p/10131672&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you follow the other post and change the formula to the below it should work as you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paste this formula in the last column (starting at the second point) and drag down (see image below):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=CONCAT("PL ", D2, ",",E2," ",D3,",",E3," ")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HimKyle_0-1614938164373.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/889177i01DDA534D61E4197/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HimKyle_0-1614938164373.png" alt="HimKyle_0-1614938164373.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HimKyle_1-1614938515590.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/889179iA49AA7DD18297428/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HimKyle_1-1614938515590.png" alt="HimKyle_1-1614938515590.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you can do to account for the condition is set the active layer (or colour) to the condition you want in Civil 3D and then in excel filter the condition column and then copy and past just those entries into Civil 3D. You will need to do this for each rating, so only 5 times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 10:02:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10132664#M77388</guid>
      <dc:creator>Kyle-L</dc:creator>
      <dc:date>2021-03-05T10:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10132937#M77389</link>
      <description>&lt;P&gt;script file from excel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;layer set condition1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pline x,y&lt;/P&gt;
&lt;P&gt;x,y&lt;/P&gt;
&lt;P&gt;x,y&lt;/P&gt;
&lt;P&gt;x.y&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;layer set condition2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pline x,y&lt;/P&gt;
&lt;P&gt;x,y&lt;/P&gt;
&lt;P&gt;x,y&lt;/P&gt;
&lt;P&gt;x.y&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 12:27:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10132937#M77389</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-03-05T12:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10133725#M77390</link>
      <description>&lt;P&gt;Hi all thanks for the help so far. Easy when you think outside the box!&lt;/P&gt;&lt;P&gt;Last bit I hope... How do I cancel out of the command in excel after setting the layer to the condition rating?&lt;/P&gt;&lt;P&gt;I've looked at the forums and tried command, exit, escape, ^c^c but nothing works. Operator error I fear!&lt;/P&gt;&lt;P&gt;I note that the conditions need a pair of odometer readings to work but I'll sort that out if I can get the right script.&lt;/P&gt;&lt;P&gt;Revised CSV attached&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 17:19:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10133725#M77390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-05T17:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10133861#M77391</link>
      <description>&lt;P&gt;Not sure of a simpler way, but try changing the command to this (without the square brackets):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[(command "-layer" "set" "VERY_GOOD")(command) PLINE 569309.712,836642.717 569408.593,836625.364 ]&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 18:02:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10133861#M77391</guid>
      <dc:creator>Kyle-L</dc:creator>
      <dc:date>2021-03-05T18:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134205#M77392</link>
      <description>&lt;P&gt;Sorry... didn't work. Tried your text and multiple variations of it&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 20:46:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134205#M77392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-05T20:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134424#M77393</link>
      <description>&lt;P&gt;Not sure who you are replying to; you replied to yourself&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 23:00:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134424#M77393</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-03-05T23:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134545#M77394</link>
      <description>&lt;P&gt;Firstly, if the layer doesn't exist, you can't "Set" it, you have to "Make" it. That will create the layer and set it current.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your other line, about (command) Pline... Proper syntax would be (command "pline"......)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 01:03:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134545#M77394</guid>
      <dc:creator>tcorey</dc:creator>
      <dc:date>2021-03-06T01:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134875#M77395</link>
      <description>&lt;P&gt;The layers do exist in the drawing. The first bit of the code works to set the required layer in the drawing. The second bit works to draw the individual polylines. Its when joining the codes , civil 3d wont read the intention to cancel out of setting and new layer current and proceed with polyline command.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 07:25:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134875#M77395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-06T07:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134881#M77396</link>
      <description>&lt;P&gt;Sorry hit wrong reply button.. In an case, civil 3d doesn't recognise the intention to cancel out of the layer command.&lt;/P&gt;&lt;P&gt;Both bits of code work independently of each other but when I join them, it doesn't work&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 07:29:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134881#M77396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-06T07:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134883#M77397</link>
      <description>&lt;P&gt;&amp;nbsp;The script has do exactly what would be done at the keyboard. You most likely need two blank lines in the script to end the layer and pline command each time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to better understand the required format of the script do a simple layer set followed by a pline (two point will suffice) DO NOT USE THE ESCAPE KEY command line commands only&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 07:32:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134883#M77397</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-03-06T07:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134905#M77398</link>
      <description>&lt;P&gt;Yes I have that so... my code would look like this for command line entries:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-LA S VERY_GOOD (COMMAND) (COMMAND) PL "COORDINATES REQUIRED" (COMMAND) (COMMAND)&lt;/P&gt;&lt;P&gt;REPEAT&lt;/P&gt;&lt;P&gt;Command is needed twice for me for some reason to cancel out of commands.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 07:58:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10134905#M77398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-06T07:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10137140#M77399</link>
      <description>&lt;P&gt;I thought you were going for LISP. You're building a script. My bad.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 18:48:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10137140#M77399</guid>
      <dc:creator>tcorey</dc:creator>
      <dc:date>2021-03-07T18:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10137204#M77400</link>
      <description>&lt;P&gt;No probs. I just want to be able to have 5 concatenated formulae in the csv that I can copy and paste into Civil 3d to replicate the condition and length of each segment tested.&lt;/P&gt;&lt;P&gt;I'm not having much success!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 19:41:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10137204#M77400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-07T19:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10137960#M77401</link>
      <description>&lt;P&gt;I just tried my previous suggestion and it works for me, but maybe I am not understanding what you want to achieve. So to clarify, you want to draw a polyline between 2 points (say Odometer reading 0 and 100) and you want that polyline to go on an existing layer with the same name as the Rating column. If that is correct, below is the formula you can use in excel:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=CONCAT("(command ""-layer"" ""set"" """,B3,""")(command) PLINE ",D2,",",E2," ",D3,",",E3," ")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It results in this text (without the square brackets. The square brackets are there so you can see the final blank space in the line):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[(command "-layer" "set" "NA")(command) PLINE 569309.712,836642.717 569408.593,836625.364 ]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will break down the line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[(command "-layer" "set" "NA")] - Sets&amp;nbsp;the current layer to B3, which is the Rating.&lt;/P&gt;&lt;P&gt;[(command) ] - Escapes out of the layer command&lt;/P&gt;&lt;P&gt;[PLINE 569309.712,836642.717 569408.593,836625.364 ] - draws the polyline and escapes the polyline command (could also be written as [(command "pline" "569309.712,836642.717" "569408.593,836625.364") ]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the formula in Excel and the result in Civil 3D&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HimKyle_0-1615184461884.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/889988iC93722F16E09A788/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HimKyle_0-1615184461884.png" alt="HimKyle_0-1615184461884.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HimKyle_1-1615185172043.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/889990i873D9CCFFDE7948F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HimKyle_1-1615185172043.png" alt="HimKyle_1-1615185172043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 06:33:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10137960#M77401</guid>
      <dc:creator>Kyle-L</dc:creator>
      <dc:date>2021-03-08T06:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10138042#M77402</link>
      <description>&lt;P&gt;That my friend is what I was looking for... Thanks so much!!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 07:34:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10138042#M77402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-08T07:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10138960#M77403</link>
      <description>&lt;P&gt;James,&lt;BR /&gt;I've been following this with interest. The Solution from &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3053721"&gt;@Kyle-L&lt;/a&gt; is definitely first choice.&lt;/P&gt;
&lt;P&gt;Another way would be to turn that CSV into a Shapefile in QGIS, then use &lt;FONT color="#000080"&gt;&lt;STRONG&gt;MAPIMPORT&lt;/STRONG&gt;&lt;/FONT&gt; to put &lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;"Rating"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; into different layers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slow_1.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/890139iAB9466608AB6FC5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slow_1.png" alt="Slow_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slow_2.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/890140iC17DC0630E90C7FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slow_2.png" alt="Slow_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 14:48:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10138960#M77403</guid>
      <dc:creator>Pointdump</dc:creator>
      <dc:date>2021-03-08T14:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive (but not joined) polylines from excel</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10142358#M77404</link>
      <description>&lt;P&gt;Hi Dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. That is a good solution too with less room for error (potentially).&lt;/P&gt;&lt;P&gt;One question though... in your shapefile, when I mapimport it, it is strung.&lt;/P&gt;&lt;P&gt;When I try to do this on the main contract information, it comes in as points only.&lt;/P&gt;&lt;P&gt;Is there a setting in the shapefile generation or import that I can force it to string?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 15:19:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/consecutive-but-not-joined-polylines-from-excel/m-p/10142358#M77404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-09T15:19:52Z</dc:date>
    </item>
  </channel>
</rss>

