Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2006-09-04 : 19:30:46
|
Hi all, I have a VBA app that imports CSV files. It is quite code intensive because of all the rules etc and the manipulations required. I was considering trying an XSLT option to make it more maintainable. But I'm having troubles finding any decent code samples in VB that will load a CSV file and convert it using an XSL template. There are loads in .NET, but this system is based in Access and I don't want to depend on the .NET framework just for this. Has anyone had experience with this?Cheers,Tim |
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2006-09-07 : 17:45:10
|
Excellent!Thanks for the answerCheers,Tim |
|
|
|
|
|