Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19545
    Mr KT
    Participant

    Hi,
    If I have a csv file (and have set to CSV view mode), is it possible go through every column and return the longest (and shortest?) length of each column entry?

    e.g File consists of:
    _______________
    29,texts,random
    2,text,randomness
    2,,randomness
    _______________

    would return:

    2,5,10 (for longest entry length per column)
    or
    1-2,0-5,6-10 (for shortest and longest entry per column)

    Any help appreciated!

    #19599
    Yutaka Emura
    Keymaster

    Hello Mr KT

    Thanks for using EmEditor. Unfortunately, it is not easy to do this even if you use a macro. I will think about a better way in future versions.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.