Hey,
I have a big list of variables in the format:
a=1 b=2 c=3 |
etc.
I was wondering what the fastest way is to convert it into this format:
a,b,c=1,2,3 |
Is there an online tool to do this or something someone can point me to?
P.s. @zep I would like to change my username, is this possible? I have also pinged you an email.
1
How many variables are we talking about? I'd most likely use an editor with column selection support. Or put on some music and just do it manually.
I have some other ideas as well, but I think that might take longer than simply doing some editing action.
[Please log in to post a comment]