Page 1 of 1
exporting membership data
Posted: Fri Jan 09, 2004 7:50 pm
by Kristyschaufler
I need to export my membership data to a program that requires it to be comma seperated value (.csv) PC supports comma delimited but that won't work. Any help???
Posted: Fri Jan 09, 2004 8:47 pm
by Zeb
Most programs that want .csv files will accept a text file with comma seperated information because comma seperated and comma delimited are the same thing. Generally you just have to change the file extension your program is looking for to all files so you can select the text file.
Other then that you could export to excel and in excel export to csv, which will give you the exact same file, but the extension will be csv instead of txt, no difference other then that.