Home > Perl/CGI, Python > Create A Comma Delimited File

Create A Comma Delimited File

November 30th, 2009

I have a tab delimited flat file on a linux server….
the first line of the file is the column names ie (customer, address etc)
I need a script that will allow me to search (within a web browser)this file by 2 of its fields and write the results/matches to a comma delimited flat file that can be easily saved to the desktop …

On search field will be the company name and the other is going to be a date…. I would also like the date field to be searched with a span of time IE (from 11-20-2009 thru 11-29-2009)

The script should be self contained with a simple .html UI
with 2 fields to enter the sets of search terms…
I also want the option to change the 2 fields ’searched’ from within the script as a variable.

I can provide a sample file if needed


Create A Comma Delimited File