<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Display Column-numbers in csv-Datei]]></title><description><![CDATA[<p dir="auto">Hello community,</p>
<p dir="auto">is there a way to display column-numbers in respect of the delimiter of a csv- or somhow separated txt-file?</p>
<p dir="auto">We often deal with huge csv-files (40+ columns), so it is sometimes helpful to know, in which column the cursor stands.</p>
<p dir="auto">Thanks for your time and suggestions!</p>
<p dir="auto">Kind regards<br />
Michael</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12080/display-column-numbers-in-csv-datei</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 10:59:32 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12080.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Jul 2016 15:42:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Display Column-numbers in csv-Datei on Tue, 12 Jul 2016 21:59:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/5694">@Michael-Bernhardt</a></p>
<p dir="auto">a python script could, temporarily, write a descriptive ruler as first line and keep it always visible.<br />
It could reformat the doc to have it more columnized or …</p>
<p dir="auto">Or it could overwrite a statusbar section. E.g the DOCTYPE section, the leftmost section on the bottom to show the current column<br />
or it could use npps second view to display it.</p>
<p dir="auto">If you are willing to install python script plugin I could try to write a script which does what you want.<br />
If so, please let me know what exactly should be done.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16812</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16812</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 12 Jul 2016 21:59:27 GMT</pubDate></item><item><title><![CDATA[Reply to Display Column-numbers in csv-Datei on Tue, 12 Jul 2016 09:56:29 GMT]]></title><description><![CDATA[<p dir="auto">One additional comment:</p>
<p dir="auto">Since the lines can have different layouts, number of fields and also fieldwidth, the ruler would have to adapt to the setup of the line the cursor is in.</p>
<p dir="auto">If the file consists of header, detail and footer records, it could look like:</p>
<p dir="auto">H;Col1         ;Col2                  ;Col3<br />
D;Col1_______;Col2;____________Col3;__________Col4;________Col5<br />
F;Col1;___Col2;_________Col3</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16806</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16806</guid><dc:creator><![CDATA[Michael Bernhardt]]></dc:creator><pubDate>Tue, 12 Jul 2016 09:56:29 GMT</pubDate></item><item><title><![CDATA[Reply to Display Column-numbers in csv-Datei on Tue, 12 Jul 2016 09:20:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3662">@Claudia-Frank</a></p>
<p dir="auto">Thank you for your quick response.</p>
<p dir="auto">Changing the file is not really intended. Furthermore the additional line would scroll out of sight, when moving downwards in the file. I don’t know if i can freeze the top-line in notepad++.</p>
<p dir="auto">What i’d like to achieve would be a ruler at the top of the window (like the tabulator display in MS-Word), where i can see the field-separator-positions and so the number of the column i am in.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16805</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16805</guid><dc:creator><![CDATA[Michael Bernhardt]]></dc:creator><pubDate>Tue, 12 Jul 2016 09:20:10 GMT</pubDate></item><item><title><![CDATA[Reply to Display Column-numbers in csv-Datei on Tue, 12 Jul 2016 00:19:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/5694">@Michael-Bernhardt</a></p>
<p dir="auto">not quite sure if I understand this correctly but how do you load the file?<br />
Does it already has been reformatted or is just the plain text file like</p>
<pre><code>text,text,text,text,...
</code></pre>
<p dir="auto">and you want to have something like</p>
<pre><code>1;   2;   3;   4;...
text;text;text;text;...
</code></pre>
<p dir="auto">??</p>
<p dir="auto">If so, no, afaik there isn’t a built in feature - I could come up with a python script but this<br />
would change the document by adding the numbers on top of the file. Don’t know it this is desired.</p>
<p dir="auto">Cheers<br />
Claudia</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16803</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16803</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 12 Jul 2016 00:19:53 GMT</pubDate></item></channel></rss>