Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27763
    spiros
    Participant

    For example I have one file which is

    A
    B
    C
    D

    And another which has

    1
    2
    3
    4

    The output would be (separated by tab instead of space)

    A 1
    B 2
    C 3
    D 4

    I can do it with not very big files by creating new column and pasting but if it the files have millions of lines it can be more complex.

    #27766
    Yutaka Emura
    Keymaster

    Hello,

    Are you using the Join CSV command with the Simply Merge (no keys) condition?

    #27767
    spiros
    Participant

    Oh thanks! That did it. 40 million lines in 4 minutes!

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