This topic is locked
[SOLVED]

 Export to Semicolon Delimited

5/8/2007 6:37:37 PM
PHPRunner General questions
R
run4sbc author

Hey guys, I have been playing with the new version and rebuilding my website to allow for better features for the users. I was wondering if there was a way to export the data into a semicolon delimited text document. One of my friends had a system created that can do it so I was wondering if maybe there was an easy way to do this in PHPRunner....
If anyone has any ideas let me know....thanks!
Cody

Sergey Kornilov admin 5/8/2007

Cody,
you can modify export.php file (ExportToCSV function) to use semicolon as a delimeter instead of comma.

R
run4sbc author 5/8/2007

Cool...I'll give that a try...thanks alot!