![]() |
Sergey Kornilov admin 10/26/2005 |
Do you experience the same problem with export working with ASPRunnerPro livedemo at http://www.xlinesoft.com/asprunnerpro/livedemo? |
|
pbunyon99 author 10/27/2005 |
Sergey, the site is internal, but I did check the demo. Here are my findings, but the bottom line is I think the CSV format is the only real one that may need to be fixed.
|
![]() |
Sergey Kornilov admin 10/27/2005 |
The double quotes around text fields in CSV are perfectly valid. The primary goal is to prevent CSV file format from breaking when any text field has a comma (delimiter) in it. |
|
pbunyon99 author 10/27/2005 |
Sergey, |
|
500362 11/3/2005 |
the CSV export works beautifully for me. you can adjust settings in excel on how to sepearte fields or collumns if u want a custom format for the CSV type file you can always edit the ASP code in " "_export.asp Just go down to where it says CSV export and you can play around with the fields. Add letters change spacings get rid of the quotes.. whatevre you please.. just dont mess anythign else up tho <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=6622&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |