ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

REQ - name format changer

(1/2) > >>

agent23:
program needed to change a long list of names written in Last, First format to First Last. it must be able to handle a list of at least 256 names.

e.g.
the list:
Smith, John
Jenkins, P.M.
Sanders, Jerry S.

gets changed to:
John Smith
P.M. Jenkins
Jerry S. Sanders

JavaJones:
I reckon you might be able to do this with Excel (or OpenOffice Calc other spreadsheet app), particularly if all the names actually separated by commas or spaces already. If it's in a plain text file just load it as a CSV, specify the separator that works best to get the data into columns (it will show you a preview in the Calc importer from which you can judge). Then once you have it in columns, just switch the columns and save out to text file.

- Oshyan

hamradio:
Maybe try CSV file editor: http://csved.sjfrancke.nl/

I have used it briefly before and it seems to do good. :)

skwire:
Here you go (source/binary included):  LastToFirst

Paste in your list and click the button.

Gothi[c]:
That was amazingly fast :)
Go Skwire!  :Thmbsup:

Navigation

[0] Message Index

[#] Next page

Go to full version