Hallo everybody,

I'm a newbie and I have a newbie question:

I have a system dump which I would like to convert to a CSV-file.

The dump looks like this:

1.1- 1.2 All rights and privileges GRANTEE GRANTED_ROLE ADM DEF -------------------- -------------------- --- --- U1 CONNECT NO YES U2 RESOURCE ORA NO YES DBA1 JAVA_ADMIN NO YES ...

and the CSV should become like this:

1.1- 1.2 All grantees and privileges; GRANTEE;GRANTED_ROLE;ADM;DEF U1;CONNECT;NO;YES U2;RESOURCE ORA;NO;YES DBA1;JAVA_ADMIN;NO;YES ...

In the original dump the koloms are separated by fixed positions. I do however not find a good way to incorpotate that element in the regex. Is that the way to do it or is there a better way?

Thanks beforehand for all the aid!

Jean


In reply to Regex selection based upon position by JeanLaspost

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.