Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
1k views

Excel and Tab Delimited Files Question

I am encountering what I believe to be a strange issue with Excel (in this case, Excel 2007, but maybe also Excel 2003, but don't have access to it as I write this). I can reliably convert some ...
3
votes
3answers
3k views

Reading delimited files in C++

What is the best way to read in a tab delimited file in C++ and store each line as a record? I have been looking for an open source library to help with this, but have been unsuccessful so it looks ...
0
votes
0answers
443 views

How to read TAB delimited .txt using rake file in Rails 3?

I have developed a very basic application which reads in data from a Tab Delimited .txt file. Initially I ran this code locally and it worked without any problems. import_products.rake: namespace ...
0
votes
1answer
435 views

Asp.net creating tab delimited txt file

I have to create a tab delimited txt file from a query. I want to call an HttpHandler that returns my txt file as a stream, I don't want to create the file phisically. 1st question: what is the best ...
0
votes
1answer
342 views

how to add file extension in url while passing it to ssrs

i want to save/open a file in txt format other then CSV in SSRS 2005. So any one who knows how to add file extension in url that can overirde default extension in SSRS 2005..