Skip to content

Horizontal file concatenation #139

@aborruso

Description

@aborruso

Hi,
is there a way to concatenate two files horizontally?

Starting from

field1,field2
0,a
1,b
3,a

and

field3,field4
0,a
1,b
3,a

obtain

field1,field2,field3,field4
0,a,0,a
1,b,1,b
3,a,3,a

Thank you

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions